Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 444 Bytes

TODO.md

File metadata and controls

11 lines (10 loc) · 444 Bytes

TODO

  • Refactor the Makefile
  • Check all for undefined behaviours and typical bugs and leaks
  • Check -1 behaviour in ft_atoi.c
  • Fix the bug on the split, and refactor the split to be more clean
  • Refactor the Functions
  • Add the ft_printf utils
  • Add the getNextLine utils
  • Merge the ft_printf as a function of the library, ft_printf
  • Merge the getNextLine as a function of the library, get_next_line