Coyama Wiki
Profile
Light
Dark
Auto
Linux
シェルの実装
シェルの実装
Tags:
C Programming
Input Redirection
File Handling
while(1){
gets();
// 空白区切りで分割
// arg配列に代入
// リダイレクトはfopen -> ストリームをwrite -> fclose
}