42-archive/42sh/libft
2017-04-25 03:42:00 +02:00
..
includes merge 2017-03-27 19:47:22 +02:00
pdf master steady with new main 2017-03-17 00:05:10 +01:00
src merge 2017-03-29 15:27:59 +02:00
.gitignore master steady with new main 2017-03-17 00:05:10 +01:00
Makefile norme ok, compilation ok, fichier auteur ok, nom binaire ok 2017-03-29 11:09:27 +02:00
README.md 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.