Update README.md
This commit is contained in:
parent
7ca62d6e4f
commit
e7887d0be9
1 changed files with 5 additions and 7 deletions
|
|
@ -1,24 +1,22 @@
|
||||||
# libft
|
# libft
|
||||||
|
|
||||||
C library
|
## libc
|
||||||
|
|
||||||
### libc
|
|
||||||
|
|
||||||
malloc interface functions, string manipulation
|
malloc interface functions, string manipulation
|
||||||
|
|
||||||
### data structures
|
## data structures
|
||||||
|
|
||||||
- string (`char *`)
|
- string anipulation (`char *`)
|
||||||
- string array manipulation (`char **`)
|
- string array manipulation (`char **`)
|
||||||
- linked list (`t_list`)
|
- linked list (`t_list`)
|
||||||
- double linked list (`t_dlist`)
|
- double linked list (`t_dlist`)
|
||||||
- binary trees (`t_btree`)
|
- binary trees (`t_btree`)
|
||||||
- time struct (`t_mytime`)
|
- time struct (`t_mytime`)
|
||||||
|
|
||||||
### ft_printf
|
## ft_printf
|
||||||
|
|
||||||
printf rewrite
|
printf rewrite
|
||||||
|
|
||||||
### get_next_line
|
## get_next_line
|
||||||
|
|
||||||
read one line from a file descriptor, supports calls between multiple file descriptors.
|
read one line from a file descriptor, supports calls between multiple file descriptors.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue