simple_shell
simple_shell copied to clipboard
Simple shell 0.1.1
-
[x] Write your own getline function
-
[ ] Use a buffer to read many chars at once and call the least possible the read system call
-
[ ] You will need to use static variables
-
[ ] You are not allowed to use getline