File Access Functions
fclose
closes a file
fflush
writes out any buffered information to the file
fopen
opens a file
freopen
reassigns the address of a FILE structure and reopens the file
setbuf
associates a buffer with an input or output file
setvbuf
determines how a stream is buffered