File : stdio.h
Author :
Version :
Update : Wed Mar 20 05:00:00 1996
Classes definition :
Typedef definition :
- typedef : unsigned size_t
- typedef : fpos_t
Function prototype definition :
- FILE* __getStream ( int ) ;
- v_id clearerr ( FILE * __stream) ;
- int fclose ( FILE * __stream) ;
- int fflush ( FILE * __stream) ;
- int fgetc ( FILE * __stream) ;
- int fgetpos ( FILE * __stream, fp_s_t * __pos) ;
- char* fgets ( char * __s, int __n, FILE * __stream) ;
- FILE* fopen ( c_nst char * __path, c_nst char * __mode) ;
- int fprintf ( FILE * __stream, c_nst char * __format, ... ) ;
- int fputc ( int __c, FILE * __stream) ;
- int fputs ( c_nst char * __s, FILE * __stream) ;
- siz__t fread ( v_id * __ptr, siz__t __size, siz__t __n, FILE * __stream) ;
- FILE* freopen ( c_nst char * __path, c_nst char * __mode, FILE * __stream) ;
- int fscanf ( FILE * __stream, c_nst char * __format, ... ) ;
- int fseek ( FILE * __stream, l_ng __offset, int __whence) ;
- int fsetpos ( FILE * __stream, c_nst fp_s_t * __pos) ;
- l_ng ftell ( FILE * __stream) ;
- siz__t fwrite ( c_nst v_id * __ptr, siz__t __size, siz__t __n, FILE * __stream) ;
- char* gets ( char * __s) ;
- int _pclose ( FILE * __stream) ;
- v_id perror ( c_nst char * __s) ;
- FILE* _popen ( c_nst char * __command, c_nst char * __mode) ;
- int printf ( c_nst char * __format, ... ) ;
- int puts ( c_nst char * __s) ;
- int remove ( c_nst char * __path) ;
- int rename ( c_nst char * __oldname, c_nst char * __newname) ;
- v_id rewind ( FILE * __stream) ;
- int scanf ( c_nst char * __format, ... ) ;
- v_id setbuf ( FILE * __stream, char * __buf) ;
- int setvbuf ( FILE * __stream, char * __buf, int __type, siz__t __size) ;
- int sprintf ( char * __buffer, c_nst char * __format, ... ) ;
- int sscanf ( c_nst char * __buffer, c_nst char * __format, ... ) ;
- char* strerror ( int __errnum) ;
- FILE* tmpfile ( v_id ) ;
- char* tmpnam ( char * __s) ;
- int ungetc ( int __c, FILE * __stream) ;
- int vfprintf ( FILE * __stream, c_nst char * __format, v_id * __arglist) ;
- int vfscanf ( FILE * __stream, c_nst char * __format, v_id * __arglist) ;
- int vprintf ( c_nst char * __format, v_id * __arglist) ;
- int vscanf ( c_nst char * __format, v_id * __arglist) ;
- int vsprintf ( char * __buffer, c_nst char * __format, v_id * __arglist) ;
- int vsscanf ( c_nst char * __buffer, c_nst char * __format, v_id * __arglist) ;
- int unlink ( c_nst char * __path) ;
- int getc ( FILE * __fp) ;
- int getchar ( v_id ) ;
- int putchar ( c_nst int __c) ;
- int putc ( c_nst int __c, FILE * __fp) ;
- int feof ( FILE * __fp) ;
- int ferror ( FILE * __fp) ;
- int fileno ( FILE * __fp) ;
- int fcloseall ( v_id ) ;
- FILE* fdopen ( int __handle, char * __type) ;
- int fgetchar ( v_id ) ;
- int flushall ( v_id ) ;
- int fputchar ( int __c) ;
- FILE* _fsopen ( c_nst char * __path, c_nst char * __mode, int __shflag) ;
- int getw ( FILE * __stream) ;
- int putw ( int __w, FILE * __stream) ;
- int rmtmp ( v_id ) ;
- char* _strerror ( c_nst char * __s) ;
- char* tempnam ( char * __dir, char * __pfx) ;
- int _fgetc ( FILE * __stream) ;
- int _fputc ( char __c, FILE * __stream) ;
WARNING : This version is only for evaluation
some identifers has been intentionnaly changed in generated HTML doc.
Last update : Mon Dec 09 22:18:21 1996
by MkHelp 1.0.2