#include <unistd.h> int execvp(const char *path, char *const argv[]); ... Like all of the exec functions, execvp replaces the calling process image with a ...
確定! 回上一頁