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
📝 Documentation Overhaul: - 🚚 Function docs have been migrated from implementation files (.c) to their header files (.h) across the following modules: - char - convert - list - memory - All documentation is now in Doxygen-style comments, making headers self-documented and turning the API into an easier-to-navigate codex. ## 🛠️ Build System Tweaks: - 🔗 Added str/ft_strncpy.c to the SRC list in the Makefile, ensuring it’s properly compiled and linked into the arsenal. ## ⚡ Impact - Clearer and more maintainable API documentation. - Stronger build consistency with all sources included. - A polished codebase with up-to-date metadata. |
||
|---|---|---|
| .github/workflows | ||
| char | ||
| convert | ||
| includes | ||
| list | ||
| memory | ||
| str | ||
| test | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
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 |