File:  [DVB] / dietlibc / include / stdio_ext.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jun 19 12:53:48 2012 UTC (12 years ago) by leitner
Branches: MAIN
CVS tags: HEAD
try to accomodate current pedantic gnu configure scripts

#ifndef _STDIO_EXT_H
#define _STDIO_EXT_H

#include <stdio.h>

__BEGIN_DECLS

size_t __fbufsize(FILE *stream);
size_t __fpending(FILE *stream);
int __flbf(FILE *stream);
int __freadable(FILE *stream);
int __fwritable(FILE *stream);
int __freading(FILE *stream);
int __fwriting(FILE *stream);
int __fsetlocking(FILE *stream, int type);
void _flushlbf(void);
void __fpurge(FILE *stream);

__END_DECLS

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>