看板
[ LinuxDev ]
討論串[問題]想在C程式中執行Linux指令
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
#include <unistd.h>. #include <stdlib.h>. #include <stdio.h>. int main(int argc, char *argv[]). {. system("ls");. chdir("/mnt");. printf("========chan
(還有171個字)
首頁
上一頁
1
下一頁
尾頁