摘要: exec1#include #include int main(){ char *arglist[3]; arglist[0] = "ls"; arglist[1] = "-l"; arglist[2] = 0 ;//NULL printf("* * * Abou... 阅读全文
posted @ 2015-11-29 17:28 20135221黄卫 阅读(232) 评论(0) 推荐(0)