摘要: 理解I/O代码===========读和写文件 include <unistd.h ssize_t read(int fd, void buf, size_t n);ssize_t write(int fd, const void buf, size_t n);RIO的无缓冲的输入输出函数 in... 阅读全文
posted @ 2015-11-15 09:19 20135330张若嘉 阅读(370) 评论(0) 推荐(0) 编辑