| Function |
Description |
| asprintf |
formatted output conversion with allocation |
| clearerr |
check and reset stream status |
| fclose |
close a stream |
| fdopen |
stream open functions |
| feof |
check and reset stream status |
| ferror |
check and reset stream status |
| fflush |
flush a stream |
| fgetc |
get next character or word from input stream |
| fgetln |
get a line from a stream |
| fgetpos |
reposition a stream |
| fgets |
get a line from a stream |
| fileno |
get a stream's underlying file descriptor |
| fopen |
stream open functions |
| fprintf |
formatted output conversion |
| fpurge |
flush a stream |
| fputc |
output a character or word to a stream |
| fputs |
output a line to a stream |
| fread |
binary stream input/output |
| freopen |
stream open functions |
| fropen |
open a stream |
| fscanf |
input format conversion |
| fseek |
reposition a stream |
| fsetpos |
reposition a stream |
| ftell |
reposition a stream |
| funopen |
open a 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 |
| mkstemp |
create unique temporary file |
| mktemp |
create unique temporary file |
| perror |
system error messages |
| printf |
formatted output conversion |
| putc |
output a character or word to a stream |
| putchar |
output a character or word to a stream |
| puts |
output a line to a stream |
| putw |
output a character or word to a stream |
| remove |
remove directory entry |
| rewind |
reposition a stream |
| scanf |
input format conversion |
| setbuf |
stream buffering operations |
| setbuffer |
stream buffering operations |
| setlinebuf |
stream buffering operations |
| setvbuf |
stream buffering operations |
| snprintf |
formatted output conversion |
| sprintf |
formatted output conversion |
| sscanf |
input format conversion |
| strerror |
system error messages |
| sys_errlist |
system error messages |
| sys_nerr |
system error messages |
| tempnam |
temporary file routines |
| tmpfile |
temporary file routines |
| tmpnam |
temporary file routines |
| ungetc |
un-get character from input stream |
| vasprintf |
formatted output conversion with allocation |
| vfprintf |
formatted output conversion |
| vfscanf |
input format conversion |
| vprintf |
formatted output conversion |
| vscanf |
input format conversion |
| vsnprintf |
formatted output conversion |
| vsprintf |
formatted output conversion |
| vsscanf |
input format conversion |