用c實現的簡單linux shell

本博客再也不更新,更多精彩內容請訪問個人獨立博客 git 直接上代碼吧!註釋寫的很清晰。github 首先頭文件:shell // 頭文件 #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <fcntl.h> #include <errno.h> #include <p
相關文章
相關標籤/搜索