From 615434fe0f01ecf822655c58263acd9f217d1f65 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sun, 27 Aug 2017 22:30:47 +0200 Subject: [PATCH] no readme --- libftasm/README.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 libftasm/README.md diff --git a/libftasm/README.md b/libftasm/README.md deleted file mode 100644 index aaf37755..00000000 --- a/libftasm/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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.