2015年11月29日
摘要: exec1代码如下:#include #include int main(){ char *arglist[3]; arglist[0] = "ls"; arglist[1] = "-l"; arglist[2] = 0 ;//NULL printf("* * *... 阅读全文
posted @ 2015-11-29 20:05 20135232 阅读(318) 评论(0) 推荐(0)