资源大小: 55KB
发布时间: 2010-08-19
文件格式: doc
下载次数: 2
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

linux编程的简单实例,附代码:实例子程序:#include #include #include #include #include unsigned int test_major = 0; static int read_test(struct inode *node,struct file *file,char *buf,int count){ int left; if (verify_area(VERIFY_WRITE,buf,count) == -EFAULT ) return -EFAULT; for(left = count ; left > 0 ; left--) { __put_user(1,buf,1); buf++; } return count; }


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。