摘要:
读写与打开 1 #include <unistd.h> 2 3 ssize_t write(int fd, const void *buf, size_t count); 4 ssize_t read(int fd, void *buf, size_t count); 5 6 7 #include <sys/types.h> 8 #include <sys/stat.h> 9 #include <fcntl.h>10 11 int open(const char *pathname, int flags);12 int open(const ch 阅读全文
posted @ 2012-07-17 20:48
kimiz
阅读(135)
评论(0)
推荐(0)
浙公网安备 33010602011771号