摘要: ##第九章 一、I/O库函数与系统调用 系统调用只支持数据块读写,而I/O库函数支持逻辑单元的读/写文件(行、字符、结构化记录) 系统调用函数:open(), read(), write(), lseek(), close() I/O库函数:fopen(), fread(), fwrite(), f 阅读全文
posted @ 2022-09-11 22:40 西宁西 阅读(53) 评论(0) 推荐(0)