suhearsawho/simple_shell

recreate `getline()`

Opened this issue · 1 comments

recreate the getline function

  • write code
  • works, including pass Valgrind.
  • implement code where used in shell

rewriting my getline.
plan to use a structure to hold onto buffers.