摘要: 昨晚花了写了一个open和write函数的练习 #include<fcntl.h> 3 #include<unistd.h> 4 int main(void){ 5 int fp = 0; 6 char buf[] = "hello word!"; 7 if((fp=open("demo",O_WR 阅读全文
posted @ 2016-04-20 20:08 依旧如此 阅读(854) 评论(0) 推荐(0) 编辑