Linux--進程控制(下)

編寫自主shell #include<stdio.h> #include<unistd.h> #include<string.h> #include<stdlib.h> #include<errno.h> int argc = 0; char* argv[32];//這是一個指針數組,用來存儲每個命令字符串的首地址 int str_to_env(char* buff)//該函數實現字符串轉變成環
相關文章
相關標籤/搜索