#include <stdio.h>. #include <unistd.h>. int main(int argc, const char* argv[]) {. printf("Running ps with execlp\n");. execlp("ps", "ps", "-ax", 0);.
確定! 回上一頁