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