42-archive/ftp/libft
2017-11-10 17:53:37 +01:00
..
includes client get/put, data transfer transfer is STRU file, TYPE A, and MODE stream only 2017-11-10 17:53:37 +01:00
pdf libft hard add 2017-10-08 12:28:04 +02:00
srcs client get/put, data transfer transfer is STRU file, TYPE A, and MODE stream only 2017-11-10 17:53:37 +01:00
.gitignore libft hard add 2017-10-08 12:28:04 +02:00
Makefile client get/put, data transfer transfer is STRU file, TYPE A, and MODE stream only 2017-11-10 17:53:37 +01:00
README.md libft hard add 2017-10-08 12:28:04 +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.