Linux下使用system()和execv()实现对外部程序的调用
https://blog.csdn.net/qq_25349629/article/details/78364247Linux下使用system()和execv()实现对外部程序的调用system()函数system()函数的原型为:#include <stdlib.h>int system(const char *__command);12system()函数调用...
转载
2019-08-08 15:58:13 ·
1208 阅读 ·
0 评论