This activity has been created as part of the 42 curriculum by nepcohen
Long story Short, simple resume of libFT. That'a my first in C. first graft on 42 Common Core.
ft_atoi ft_bzero ft_isalnum ft_isalpha ft_isascii ft_isdigit ft_isprint ft_memchr ft_memcmp ft_memcpy ft_memmove ft_memset ft_strchr ft_strlcat ft_strlcpy ft_strlen ft_strncmp ft_strnstr ft_strrchr ft_tolower ft_toupper
ft_calloc ft_strdup
- Bash norminette > OK 💚 or 💔 KO
- Import main test from nephcode repository
- Download Libft test & main from :
- Please use the flags
cc -Wall -Wextra -Werror
The best ressources are mine and the others are beautiful. Below, the complete stack to build my libft.
Follow my work BuilInPublic
| Type | Source | Why |
|---|---|---|
| 42 Jacuzzi | git@nephcode/42jacuzzi | Some tricks for 42 student |
| 42 Unitest | git@nephcode/42unitest | Test with my main.c |
| Funcheck | git@froz/funcheck | checking functions calls return protections |
| Valgrind | valgrind.org | Analysis leaks C functions |

