Systems
bill2012x
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unix vs. Linux vs. BSD
"这里有一个关于 BSD vs Linux的古老说法:” BSD is what you get when a bunch of UNIX hackers sit down to try to port a UNIX system to the PC. Linux is what you get when a bunch of PC hackers sit down and try to writ原创 2013-06-06 14:42:01 · 1227 阅读 · 0 评论 -
linux创建读写文件
#include #include #include #include #include #include #include #define BUFFER_SIZE 1024 int main(int argc,char **argv) { int from_fd,to_fd; int bytes_read,bytes_write;转载 2013-07-03 17:16:21 · 1039 阅读 · 0 评论
分享