This website requires JavaScript.
Explore
Help
Register
Sign In
tvdu29
/
libft
Watch
1
Star
0
Fork
0
You've already forked libft
Code
Issues
Pull Requests
Releases
Wiki
Activity
145
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Tanguy MAZE
f798c9ce1d
nice addition =)
...
added ft_putendl_fd2 to combat concurrent writting
2019-03-20 17:04:13 +01:00
.gitignore
corrected gitignore
2018-11-28 14:36:05 +01:00
auteur
Init commit + ft_isalpha
2018-04-04 11:28:27 +02:00
ft_abs.c
add ft_abs
2018-05-05 16:52:49 +02:00
ft_atoi.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_atois.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_bzero.c
ft_bzero, norming ft_memset
2018-04-06 10:54:02 +02:00
ft_close.c
let's test this
2019-03-08 14:14:56 +01:00
ft_del_words_tables.c
Added:
2018-07-25 18:49:06 +02:00
ft_getline.c
lol
2019-03-19 17:30:37 +01:00
ft_gets.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_hasdigit.c
nearly TGIF \o/
2019-02-28 16:23:00 +01:00
ft_isalnum.c
ft_isalnum
2018-04-04 12:05:52 +02:00
ft_isalpha.c
ft_islower
2018-04-09 10:23:28 +02:00
ft_isascii.c
ft_isascii
2018-04-04 12:28:03 +02:00
ft_isdigit.c
ft_isdigit
2018-04-04 11:50:38 +02:00
ft_islower.c
ft_islower
2018-04-09 10:23:28 +02:00
ft_isprint.c
ft_isprint
2018-04-04 12:37:18 +02:00
ft_issign.c
wow such function very test
2019-02-25 16:30:35 +01:00
ft_isupper.c
ft_isupper
2018-04-09 10:17:12 +02:00
ft_iswhitespace.c
wow such function very test
2019-02-25 16:30:35 +01:00
ft_itoa.c
add ft_abs
2018-05-05 16:52:49 +02:00
ft_lstadd.c
ft_lstadd, ft_lstiter
2018-04-08 19:54:16 +02:00
ft_lstaddend.c
added gitignore + droped tables func
2018-11-28 14:28:38 +01:00
ft_lstaddsort.c
debug ft_lstaddsort & lstsort
2018-10-02 16:49:59 +02:00
ft_lstdel.c
protected ft_lstdel && changed -g flag
2018-06-12 01:52:39 +02:00
ft_lstdelone.c
ft_lstdel
2018-04-08 19:20:40 +02:00
ft_lstgetat.c
ft_lstgetat, ft_lstsize: replace ft_lstcount
2018-04-09 17:11:13 +02:00
ft_lstgetlast.c
ft_lstaddend
2018-04-19 14:41:21 +02:00
ft_lstiter.c
ft_lstadd, ft_lstiter
2018-04-08 19:54:16 +02:00
ft_lstmap.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_lstnew.c
ft_lstnew: corrected faulty content asignation
2018-04-08 17:16:44 +02:00
ft_lstsize.c
modified ft_putendl behavior when dealing with NULL
2019-01-13 17:45:57 +01:00
ft_lstsort.c
remove double linked list, added insert add ans insert sort linked list
2018-10-01 12:43:35 +02:00
ft_memalloc.c
ft_memalloc
2018-04-06 18:20:30 +02:00
ft_memccpy.c
ft_memccpy
2018-04-06 14:57:36 +02:00
ft_memchr.c
ft_memchr, norming ft_memmove
2018-04-06 16:50:41 +02:00
ft_memcmp.c
ft_memcmp: add len 0 handling
2018-04-08 13:43:03 +02:00
ft_memcpy.c
ft_strndup & delete -std=c99
2018-04-23 15:48:28 +02:00
ft_memdel.c
ft_strequ, ft_memdel: add protection
2018-04-07 15:33:49 +02:00
ft_memmove.c
ft_memmove: add overlap control
2018-04-08 13:31:10 +02:00
ft_memset.c
ft_memalloc
2018-04-06 18:20:30 +02:00
ft_nbrlen.c
Added:
2018-07-25 18:49:06 +02:00
ft_open.c
let's test this
2019-03-08 14:14:56 +01:00
ft_print_words_tables.c
ft_print_words_tables.c: norming
2018-04-21 15:50:15 +02:00
ft_printf_check_fields.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_check_type.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_char.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_float.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_hexa.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_int.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_lenght.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_malloc_size.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_oct.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_prec_size.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_str.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_unsigned_int.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools_wchar_t.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_printf_tools_wstr.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf_tools.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_printf.c
finally \o/
2019-03-07 22:29:34 +00:00
ft_putchar_fd.c
add ft_abs
2018-05-05 16:52:49 +02:00
ft_putchar.c
ft_putchar_fd
2018-04-07 23:04:51 +02:00
ft_putendl2.c
nice addition =)
2019-03-20 17:04:13 +01:00
ft_putendl_fd2.c
nice addition =)
2019-03-20 17:04:13 +01:00
ft_putendl_fd.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_putendl.c
la
2019-03-19 14:59:14 +01:00
ft_putnbr_fd.c
add ft_abs
2018-05-05 16:52:49 +02:00
ft_putnbr.c
norming & cleaning ft_putnbr & ft_putnbr_fd
2018-04-08 15:43:05 +02:00
ft_putnbrpad.c
added functions to print strings and numbers with padding of choice
2018-08-02 16:29:33 +02:00
ft_putstr_fd.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_putstr.c
ft_lstaddend
2018-04-19 14:41:21 +02:00
ft_putstrn.c
Added:
2018-07-25 18:49:06 +02:00
ft_putstrpad.c
added functions to print strings and numbers with padding of choice
2018-08-02 16:29:33 +02:00
ft_realpath.c
long time no see =)
2019-01-29 18:20:52 +01:00
ft_round.c
added ft_round
2018-10-24 13:42:20 +02:00
ft_sort_params.c
ft_lstaddend
2018-04-19 14:41:21 +02:00
ft_str_is_alpha.c
ft_str_is_alpha
2018-04-09 10:34:59 +02:00
ft_str_is_lowercase.c
ft_str_is_lowercase
2018-04-09 10:55:44 +02:00
ft_str_is_numeric.c
ft_str_is_numeric
2018-04-09 11:00:39 +02:00
ft_str_is_printable.c
ft_str_is_printable
2018-04-09 11:13:08 +02:00
ft_str_is_uppercase.c
ft_str_is_uppercase
2018-04-09 11:04:49 +02:00
ft_strcapitalize.c
ft_strcapitalize
2018-04-09 11:31:49 +02:00
ft_strcat.c
ft_strndup & delete -std=c99
2018-04-23 15:48:28 +02:00
ft_strchr.c
protected strchr & strlen
2018-05-16 16:10:34 +02:00
ft_strclr.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_strcmp.c
ft_strcmp: correct unsigned char cmp
2018-04-08 15:32:04 +02:00
ft_strcpy.c
ft_strchr, norming ft_strcpy, ft_strncat, ft_strncpy
2018-04-04 19:22:29 +02:00
ft_strdel.c
ft_strdel
2018-04-06 19:15:56 +02:00
ft_strdup.c
ft_strdup: optimization
2018-04-09 09:53:17 +02:00
ft_strequ.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_striter.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_striteri.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_strjoin.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_strlcat.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_strlcpy.c
norming ft_strlcpy
2018-04-27 18:04:42 +02:00
ft_strlen.c
protected strchr & strlen
2018-05-16 16:10:34 +02:00
ft_strlowcase.c
ft_strlowcase
2018-04-09 18:07:17 +02:00
ft_strmap.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_strmapi.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_strncat.c
ft_strndup & delete -std=c99
2018-04-23 15:48:28 +02:00
ft_strnchr.c
removed printf
2018-10-08 15:21:57 +02:00
ft_strncmp.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_strncpy.c
modified ft_putendl behavior when dealing with NULL
2019-01-13 17:45:57 +01:00
ft_strndup.c
ft_strndup & delete -std=c99
2018-04-23 15:48:28 +02:00
ft_strnequ.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_strnew.c
ft_strnew
2018-04-06 18:46:05 +02:00
ft_strnstr.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_strrchr.c
ft_strstr, norming ft_strchr, ft_strrchr
2018-04-05 11:24:30 +02:00
ft_strrnchr.c
added ft_strnchr & ft_strrnchr
2018-05-16 12:42:37 +02:00
ft_strsplit.c
ft_lstaddend
2018-04-19 14:41:21 +02:00
ft_strsplitwhitespace.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
ft_strstr.c
ft_strstr: return haystack when needle is empty
2018-04-08 15:27:14 +02:00
ft_strsub.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_strtrim.c
added argument protection
2018-04-10 15:12:32 +02:00
ft_strupcase.c
ft_strupcase
2018-04-09 18:13:56 +02:00
ft_tolower.c
ft_tolower
2018-04-04 15:08:30 +02:00
ft_toupper.c
ft_toupper
2018-04-04 14:23:48 +02:00
get_next_line.c
hidden norm cleanup
2019-03-16 17:50:27 +01:00
libft.h
nice addition =)
2019-03-20 17:04:13 +01:00
Makefile
nice addition =)
2019-03-20 17:04:13 +01:00
Description
No description provided
339
KiB
Languages
C
97.8%
Makefile
2.2%