The first project of the common-core of the school 42, where the main goal is to develop tools to the rest of the cursus
Find a file
Raphael 764097af73
feat(test/char): adding the unitary test for ft_isprint
- isprint have now the unitary test
2025-09-05 10:48:48 +02:00
.github/workflows style(action): renaming the main.yml to norminette.yml 2025-09-04 15:18:50 +02:00
char fix(char): fixing the isascii / isprint 2025-09-05 10:47:02 +02:00
convert refactor(convert): normed the convert functions 2025-09-04 11:49:07 +02:00
includes feat(include/color): init the color header for print propose 2025-09-04 11:54:38 +02:00
list refactor: only the usefull header 2025-09-01 18:45:33 +02:00
memory refactor: make ft_checks function static 2025-09-04 12:01:38 +02:00
print refactor: make check_args function static 2025-09-04 12:01:21 +02:00
str feat(str/strncpy): adding the function strncpy 2025-09-01 18:48:57 +02:00
test/char feat(test/char): adding the unitary test for ft_isprint 2025-09-05 10:48:48 +02:00
.gitignore chore(ignore): adding test binary to ignore 2025-09-04 18:51:03 +02:00
Makefile build(make): adding unitary test to the lib 2025-09-04 18:52:59 +02:00
README.md Removing banner 2024-05-12 19:11:27 +02:00

This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

Keywords Skills
Unix Logic Algorithms & AI
Imperative programming
Rigor