42-archive/nm-otool/libft
2017-10-07 18:24:39 +02:00
..
includes libft norme 2017-10-07 18:24:39 +02:00
pdf libft norme 2017-10-07 18:24:39 +02:00
srcs libft norme 2017-10-07 18:24:39 +02:00
.gitignore libft norme 2017-10-07 18:24:39 +02:00
Makefile libft norme 2017-10-07 18:24:39 +02:00
README.md libft norme 2017-10-07 18:24:39 +02:00

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.