48 Commits

Author SHA1 Message Date
Tanguy MAZE
d49f964045 let's test this
added ft_open, ft_close and ft_gets functions not tested
modified ft_getline with read 1 by 1
2019-03-08 14:14:56 +01:00
Tanguy MAZE
55767c36c6 plop
added ft_getline WIP
2019-03-07 19:06:02 +01:00
Tanguy MAZE
136cd5efb4 quik add-on =)
added secured ft_atoi function
still need to test for negative integers
2019-02-27 13:14:53 +01:00
Tanguy MAZE
2dfcdd29fd Merge branch 'master' of https://git.cloud.arnaud-pc.fr/tvdu29/libft 2019-02-25 16:39:08 +01:00
Tanguy MAZE
a0c3ac75ae wow such function very test
added multiple char test functions as well as
strsplitwhitespace
2019-02-25 16:30:35 +01:00
Tanguy MAZE
4b44c49fc6 long time no see =)
added fully test realpath function
removed zombie strsplitstr2 function
2019-01-29 18:20:52 +01:00
Tanguy MAZE
1c9e7e6685 added gitignore + droped tables func 2018-11-28 14:28:38 +01:00
Tanguy MAZE
a35b177a7a added ft_round 2018-10-24 13:42:20 +02:00
Tanguy MAZE
492b26f7fe remove double linked list, added insert add ans insert sort linked list 2018-10-01 12:43:35 +02:00
Tanguy MAZE
adcb7c4c67 debug double linked list 2018-09-30 17:54:43 +02:00
Tanguy MAZE
3e53e78ed2 merge 2018-09-30 17:45:00 +02:00
Tanguy MAZE
4d2356e551 added dual linked list 2018-09-30 17:42:57 +02:00
tmaze
82a203b2c7 corrected color codes 2018-09-08 22:01:00 +00:00
vagrant
6de718b531 added color codes 2018-09-05 18:26:04 +00:00
Tanguy MAZE
017e049ef5 added functions to print strings and numbers with padding of choice 2018-08-02 16:29:33 +02:00
Tanguy MAZE
f88ff8a600 Added:
- function for deleting word tables
	- function for putting on scrren x chars of char*
	- function for getting number of chars in int
2018-07-25 18:49:06 +02:00
Tanguy MAZE
d81a696d0e adding get_next_line 2018-06-07 16:56:52 +02:00
Tanguy MAZE
c5a13918c2 added ft_strnchr & ft_strrnchr 2018-05-16 12:42:37 +02:00
Tanguy MAZE
0ea4e74d77 add ft_abs 2018-05-05 16:52:49 +02:00
Tanguy MAZE
4f3eb001b9 ft_strndup & delete -std=c99 2018-04-23 15:48:28 +02:00
Tanguy MAZE
5703ae8db7 ft_lstaddend 2018-04-19 14:41:21 +02:00
Tanguy MAZE
1db975bcac correcting overwriting 2018-04-10 19:09:02 +02:00
Tanguy MAZE
45e39d4f0e ft_sort_params 2018-04-09 19:06:21 +02:00
Tanguy MAZE
2f42599ae7 ft_strupcase 2018-04-09 18:13:56 +02:00
Tanguy MAZE
31dc9baae0 ft_strlowcase 2018-04-09 18:07:17 +02:00
Tanguy MAZE
02f4097b16 ft_lstgetlast 2018-04-09 17:47:59 +02:00
Tanguy MAZE
c1ab9e325f ft_lstgetat, ft_lstsize: replace ft_lstcount 2018-04-09 17:11:13 +02:00
Tanguy MAZE
c740b700f7 ft_lstcount 2018-04-09 14:34:55 +02:00
Tanguy MAZE
c68766efcf ft_strlcpy 2018-04-09 13:30:00 +02:00
Tanguy MAZE
911dfb55b5 ft_strcapitalize 2018-04-09 11:31:49 +02:00
Tanguy MAZE
36f66331d6 ft_str_is_lowercase 2018-04-09 10:55:44 +02:00
Tanguy MAZE
d5d08cdbb5 ft_str_is_alpha 2018-04-09 10:34:59 +02:00
Tanguy MAZE
ee01740c22 ft_isupper 2018-04-09 10:17:12 +02:00
Tanguy MAZE
4b39b6b5fc ft_lstadd, ft_lstiter 2018-04-08 19:54:16 +02:00
Tanguy MAZE
4915727f74 ft_itoa 2018-04-08 12:47:23 +02:00
tanguy mazé
d86822d8bb ft_lstnew 2018-04-08 00:53:36 +02:00
tanguy mazé
f835342e69 ft_putchar_fd 2018-04-07 23:04:51 +02:00
Tanguy MAZE
9abb9ffae9 ft_putchar 2018-04-07 19:11:11 +02:00
Tanguy MAZE
ec7b2d2ff5 ft_memalloc 2018-04-06 18:20:30 +02:00
Tanguy MAZE
b25c72caa4 ft_memccpy 2018-04-06 14:57:36 +02:00
Tanguy MAZE
ffb67d2a1c ft_memcpy 2018-04-06 11:26:20 +02:00
Tanguy MAZE
ca233d4b2f ft_memset, ft_isalpha: add static to subfuntions 2018-04-05 16:40:29 +02:00
Tanguy MAZE
c4402c4b2d ft_atoi 2018-04-05 14:29:46 +02:00
Tanguy MAZE
9e7312327a ft_strncmp 2018-04-05 13:46:11 +02:00
Tanguy MAZE
e50dcca5e8 ft_strnstr 2018-04-05 11:48:44 +02:00
Tanguy MAZE
727ec54307 ft_strcat, ft_strncat 2018-04-04 18:49:01 +02:00
Tanguy MAZE
4930df1c01 ft_strdup 2018-04-04 15:50:08 +02:00
Tanguy MAZE
a7d5f22b0a Init commit + ft_isalpha 2018-04-04 11:28:27 +02:00