42-archive/42sh/libft
2017-03-25 02:05:00 +01:00
..
includes redirection while works 2017-03-24 20:11:24 +01:00
objs pull cd jack 2017-03-25 02:05:00 +01:00
pdf master steady with new main 2017-03-17 00:05:10 +01:00
src unsetenv OK 2017-03-24 23:05:52 +01:00
.gitignore master steady with new main 2017-03-17 00:05:10 +01:00
Makefile redirection while works 2017-03-24 20:11:24 +01:00
README.md master steady with new main 2017-03-17 00:05:10 +01:00
update_makefile.sh master steady with new main 2017-03-17 00:05:10 +01: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.