#include <stdlib.h> int system(const char *command); ... "sh", "-c", command, (char *) NULL); system() returns after the command has been ...
確定! 回上一頁