摘要:
/**@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 *... 阅读全文
摘要:
/**@author cody*@date 2014-08-12*@description *//*#include send control and config order to deviceint ioctl(int d,int request,...);params d -- file... 阅读全文
摘要:
/**@author cody*@date 2014-08-12*@description *//*#include #include pid_t fork(void);*/#include #include #include #include void Fork(){ pid_t pid; ... 阅读全文
摘要:
/**@author cody*@date 2014-08-12*@description *//*extern char **environ //environment values#include char *getenv(const char *name);int setenv(const ... 阅读全文