malloc interface functions, string manipulation
- string anipulation (
char *) - string array manipulation (
char **) - linked list (
t_list) - double linked list (
t_dlist) - binary trees (
t_btree) - time struct (
t_mytime)
printf rewrite
read one line from a file descriptor, supports calls between multiple file descriptors.