read/write系统调用
摘要:/*拷贝文件内容实例read系统调用、write系统调用ssize_t read(int fd, void *buf, size_t count);ssize_t write(int fd, const void *buf, size_t count);//将数据写到一个文件中 一、read、wri
阅读全文
posted @ 2018-01-13 20:18
posted @ 2018-01-13 20:18
posted @ 2018-01-13 20:04
posted @ 2018-01-13 19:33