摘要: /**@author cody*@date 2014-08-12*@description *//*#include void *mmap(void *addr,size_t len,int prot,int flag,int filedes,off_t off);int munmap(void *... 阅读全文
posted @ 2014-08-12 14:43 誑逩の蝸犇 阅读(532) 评论(0) 推荐(0) 编辑
摘要: /**@author cody*@date 2014-08-12*@description *//*#include send control and config order to deviceint ioctl(int d,int request,...);params d -- file... 阅读全文
posted @ 2014-08-12 14:42 誑逩の蝸犇 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: /**@author cody*@date 2014-08-12*@description *//*#include #include pid_t fork(void);*/#include #include #include #include void Fork(){ pid_t pid; ... 阅读全文
posted @ 2014-08-12 14:40 誑逩の蝸犇 阅读(563) 评论(0) 推荐(0) 编辑
摘要: /**@author cody*@date 2014-08-12*@description *//*extern char **environ //environment values#include char *getenv(const char *name);int setenv(const ... 阅读全文
posted @ 2014-08-12 14:39 誑逩の蝸犇 阅读(997) 评论(0) 推荐(0) 编辑