Merge branch 'master' of http://github.com/jzck/libft into HEAD
This commit is contained in:
commit
41645ba663
1 changed files with 22 additions and 0 deletions
22
libftasm/README.md
Normal file
22
libftasm/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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.
|
||||
Loading…
Reference in a new issue