no readme

This commit is contained in:
Jack Halford 2017-08-27 22:30:47 +02:00
parent 1991ae9b4d
commit 615434fe0f

View file

@ -1,22 +0,0 @@
# libft
## libc
malloc interface functions, string manipulation
## data structures
- string anipulation (`char *`)
- string array manipulation (`char **`)
- linked list (`t_list`)
- double linked list (`t_dlist`)
- binary trees (`t_btree`)
- time struct (`t_mytime`)
## ft_printf
printf rewrite
## get_next_line
read one line from a file descriptor, supports calls between multiple file descriptors.