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
85
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
c1ab9e325f
ft_lstgetat, ft_lstsize: replace ft_lstcount
2018-04-09 17:11:13 +02:00
auteur
…
ft_atoi.c
ft_atoi: optimization
2018-04-09 10:08:44 +02:00
ft_bzero.c
…
ft_isalnum.c
…
ft_isalpha.c
ft_islower
2018-04-09 10:23:28 +02:00
ft_isascii.c
…
ft_isdigit.c
…
ft_islower.c
ft_islower
2018-04-09 10:23:28 +02:00
ft_isprint.c
…
ft_isupper.c
ft_isupper
2018-04-09 10:17:12 +02:00
ft_itoa.c
ft_itoa: corrected powers of 10 returning 0
2018-04-08 16:59:24 +02:00
ft_lstadd.c
ft_lstadd, ft_lstiter
2018-04-08 19:54:16 +02:00
ft_lstdel.c
ft_lstdel
2018-04-08 19:20:40 +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_lstiter.c
ft_lstadd, ft_lstiter
2018-04-08 19:54:16 +02:00
ft_lstmap.c
ft_lstmap
2018-04-09 09:38:14 +02:00
ft_lstnew.c
ft_lstnew: corrected faulty content asignation
2018-04-08 17:16:44 +02:00
ft_lstsize.c
ft_lstgetat, ft_lstsize: replace ft_lstcount
2018-04-09 17:11:13 +02:00
ft_memalloc.c
…
ft_memccpy.c
…
ft_memchr.c
…
ft_memcmp.c
ft_memcmp: add len 0 handling
2018-04-08 13:43:03 +02:00
ft_memcpy.c
…
ft_memdel.c
…
ft_memmove.c
ft_memmove: add overlap control
2018-04-08 13:31:10 +02:00
ft_memset.c
…
ft_putchar_fd.c
ft_putchar_fd
2018-04-07 23:04:51 +02:00
ft_putchar.c
ft_putchar_fd
2018-04-07 23:04:51 +02:00
ft_putendl_fd.c
ft_putendl_fd
2018-04-08 13:04:58 +02:00
ft_putendl.c
ft_putendl
2018-04-07 22:42:46 +02:00
ft_putnbr_fd.c
norming & cleaning ft_putnbr & ft_putnbr_fd
2018-04-08 15:43:05 +02:00
ft_putnbr.c
norming & cleaning ft_putnbr & ft_putnbr_fd
2018-04-08 15:43:05 +02:00
ft_putstr_fd.c
ft_putstr_fd
2018-04-07 23:08:53 +02:00
ft_putstr.c
ft_putstr
2018-04-07 19:28:48 +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_strchr.c
…
ft_strclr.c
…
ft_strcmp.c
ft_strcmp: correct unsigned char cmp
2018-04-08 15:32:04 +02:00
ft_strcpy.c
…
ft_strdel.c
…
ft_strdup.c
ft_strdup: optimization
2018-04-09 09:53:17 +02:00
ft_strequ.c
…
ft_striter.c
…
ft_striteri.c
…
ft_strjoin.c
…
ft_strlcat.c
ft_strlcat
2018-04-08 15:16:18 +02:00
ft_strlcpy.c
ft_strlcpy
2018-04-09 13:30:00 +02:00
ft_strlen.c
…
ft_strmap.c
…
ft_strmapi.c
…
ft_strncat.c
ft_strncat: end string with \0
2018-04-08 14:24:14 +02:00
ft_strncmp.c
ft_strncmp: add unsigned char cmp
2018-04-08 14:08:25 +02:00
ft_strncpy.c
ft_strncpy: correct increment error
2018-04-08 14:15:15 +02:00
ft_strnequ.c
…
ft_strnew.c
…
ft_strnstr.c
ft_strnstr: return haystack when needle is empty
2018-04-08 15:29:04 +02:00
ft_strrchr.c
…
ft_strsplit.c
ft_strsplit: corrected missing last word
2018-04-08 16:57:26 +02:00
ft_strstr.c
ft_strstr: return haystack when needle is empty
2018-04-08 15:27:14 +02:00
ft_strsub.c
…
ft_strtrim.c
ft_strtrim: corrected missing last word
2018-04-08 16:35:05 +02:00
ft_tolower.c
…
ft_toupper.c
…
libft.h
ft_lstgetat, ft_lstsize: replace ft_lstcount
2018-04-09 17:11:13 +02:00
Makefile
ft_lstgetat, ft_lstsize: replace ft_lstcount
2018-04-09 17:11:13 +02:00
Description
No description provided
339
KiB
Languages
C
97.8%
Makefile
2.2%