97 Commits

Author SHA1 Message Date
vagrant
13d96a14d8 finally \o/
added ft_printf to libft
finalised ans tested ft_getline
2019-03-07 22:29:34 +00:00
Tanguy MAZE
55767c36c6 plop
added ft_getline WIP
2019-03-07 19:06:02 +01:00
Tanguy MAZE
e6970465e9 nearly TGIF \o/
norming some functions + added objs dir
2019-02-28 16:23:00 +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
99ce0ff956 WIP adding functions to control word tables
added functions to create, clear, delete & copy word tables
2018-11-23 16:38:36 +01:00
Tanguy MAZE
aeb0181d74 Merge branch 'master' of https://github.com/tvdu29/libft 2018-10-24 13:44:54 +02:00
Tanguy MAZE
a35b177a7a added ft_round 2018-10-24 13:42:20 +02:00
Tanguy MAZE
81a748516d removed -g 2018-10-08 14:33:51 +02:00
Tanguy MAZE
b1db252441 debug ft_lstaddsort & lstsort 2018-10-02 16:49:59 +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
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
20dc8e0afb protected ft_lstdel && changed -g flag 2018-06-12 01:52:39 +02:00
Tanguy MAZE
6dcecc0844 correcting merge errors 2018-06-07 17:00:27 +02:00
Tanguy MAZE
d81a696d0e adding get_next_line 2018-06-07 16:56:52 +02:00
Tanguy MAZE
491de12723 protected strchr & strlen 2018-05-16 16:10:34 +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
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
4e6c470108 ft_str_is_printable 2018-04-09 11:13:08 +02:00
Tanguy MAZE
e59a27aa74 ft_str_is_uppercase 2018-04-09 11:04:49 +02:00
Tanguy MAZE
6c0e356f0a ft_str_is_numeric 2018-04-09 11:00:39 +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
0041fd45f0 ft_islower 2018-04-09 10:23:28 +02:00
Tanguy MAZE
ee01740c22 ft_isupper 2018-04-09 10:17:12 +02:00
Tanguy MAZE
801adabc42 ft_lstmap 2018-04-09 09:38:14 +02:00
Tanguy MAZE
4b39b6b5fc ft_lstadd, ft_lstiter 2018-04-08 19:54:16 +02:00
Tanguy MAZE
d46b4304ae ft_lstdel 2018-04-08 19:20:40 +02:00
Tanguy MAZE
9845b74cb7 ft_lstdelone 2018-04-08 17:08:49 +02:00
Tanguy MAZE
c0972ea18b ft_strlcat 2018-04-08 15:16:18 +02:00
Tanguy MAZE
ff9d5ebbb5 ft_putnbr_fd 2018-04-08 13:07:01 +02:00
Tanguy MAZE
6bfe4591b0 ft_putendl_fd 2018-04-08 13:04:58 +02:00
Tanguy MAZE
11d8cfcdcf ft_putnbr 2018-04-08 13:00:29 +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