Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - stdio.h http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                              stdio.h

This  file  contains the definitions of constants,  macros  and  types
along  with the declarations for the buffered I/O functions. A  number
of  manifest  constants are also defined. The FILE structure  type  is
also defined.

The other types defined are:
size_t              fpos_t;

The following macros are defined:
getchar             putchar             getc
putc                ferror              feof
clearerr            fileno

Prototypes for the following functions can be found in stdio.h:

tmpnam              fopen               freopen
fseek               ftell               fgets
fgetc               fflush              fclose
fputs               gets                fputc
puts                ungetc              rewind
fread               fwrite              printf
fprintf             vfprintf            vprintf
sprintf             vsprintf            scanf
fscanf              sscanf              setbuf
setvbuf             remove              rename
perror              fcloseall           filesize
flushall            getch               getche
unlink

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson