42-archive/libft
Jack Halford 1bef2f2c68 epoch fix
2017-11-19 21:39:13 +01:00
..
includes epoch fix 2017-11-19 21:39:13 +01:00
pdf new GNL 2016-11-17 17:05:13 +01:00
srcs epoch fix 2017-11-19 21:39:13 +01:00
.gitignore .gitignore for libft.a 2016-09-01 17:43:23 +02:00
Makefile norme and net refactor 2017-10-08 16:53:06 +02:00
README.md Update README.md 2016-11-29 17:02:40 +01:00
STDBUG ft_lst2str 2017-08-16 19:52:29 +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.