摘要: 第一次链接: "http://www.cnblogs.com/L1nke/p/4966820.html" 第二次链接: "http://www.cnblogs.com/L1nke/p/4992758.html" 第三次链接: "http://www.cnblogs.com/L1n... 阅读全文
posted @ 2015-11-29 22:26 20135212池彬宁 阅读(192) 评论(0) 推荐(0)
摘要: 第十一周实践代码总结 exec1.c include <stdio.h include <unistd.h int main() { char arglist[3]; arglist[0] = "ls"; arglist[1] = " l"; arglist[2] = 0 ;//NULL... 阅读全文
posted @ 2015-11-29 18:41 20135212池彬宁 阅读(276) 评论(0) 推荐(0)