摘要:
1.system()函数 头文件 #include <stdlib.h> 函数定义 int system(const char * string); 函数说明:通过linux命令 man 3 system 可以看到该函数的作用是:执行shell命令 system()会调用fork()产生子进程,由子 阅读全文
posted @ 2020-10-11 10:14 黑色の铅笔 阅读(658) 评论(0) 推荐(0)
|
|||
|
摘要:
1.system()函数 头文件 #include <stdlib.h> 函数定义 int system(const char * string); 函数说明:通过linux命令 man 3 system 可以看到该函数的作用是:执行shell命令 system()会调用fork()产生子进程,由子 阅读全文
posted @ 2020-10-11 10:14 黑色の铅笔 阅读(658) 评论(0) 推荐(0) |
|||