Input_Functions

Function Description
fdopen stream open functions
fgetc get next character or word from input stream
fgetln get a line from a stream
fgets get a line from a stream
fgetwc get next wide character from input stream
fgetws get a line of wide characters from a stream
fopen stream open functions
fread binary stream input/output
freopen stream open functions
fropen open a stream
fscanf input format conversion
funopen open a stream
fwide set/get orientation of stream
fwopen open a stream
fwrite binary stream input/output
getc get next character or word from input stream
getchar get next character or word from input stream
gets get a line from a stream
getw get next character or word from input stream
getwc get next wide character from input stream
getwchar get next wide character from input stream
scanf input format conversion
sscanf input format conversion
ungetc un-get character from input stream
ungetwc un-get wide character from input stream
vfscanf input format conversion
vscanf input format conversion
vsscanf input format conversion

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License