42-archive/libftasm
2017-03-15 21:23:31 +01:00
..
includes cliopts testing with getter functions 2017-03-15 21:23:31 +01:00
pdf new GNL 2016-11-17 17:05:13 +01:00
src cliopts testing with getter functions 2017-03-15 21:23:31 +01:00
.gitignore .gitignore for libft.a 2016-09-01 17:43:23 +02:00
Makefile cliopts now part of libft 2017-03-14 21:11:07 +01:00
README.md Update README.md 2016-11-29 17:02:40 +01:00
update_makefile.sh new makefile and update script for libft, thanks wescande@42 :D 2017-01-31 16:36:24 +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.