摘要:
写操作 1 #include 2 #include 3 #include 4 #include 5 void error_handling(char* message); 6 7 int main() 8 { 9 int fd; 10 char buf[] = "let's go!"; 11 12 fd = open("1.txt",O_CRE... 阅读全文
posted @ 2015-08-12 15:38
LeoSanford
阅读(422)
评论(0)
推荐(0)