2013年7月13日 - system函数执行时,会调用fork、execve、waitpid等函数。 linux版system函数的源码:. 复制代码. int system(const char * cmdstring) { pid_t pid; ...
www.cnblogs.com