15-1 缓冲区简介
15-1-1 fopen()函数与fclose()函数
15-1-2 putc()函数与getc()函数
15-1-3 fputs()函数与fgets()函数
15-1-4 fprintf()函数与fscanf()函数
15-1-5 fwrite()函数与fread()函数
15-1-6 fseek函数与rewind()函数
15-2 无缓冲区的输入与输出
15-2-1 open()函数与close()函数
15-2-2 read()函数与write()函数
15-2-3 lseek()函数