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
## 🛠️ Update to `ft_atou` - 🌀 Added a loop in `convert/ft_atou.c` to **skip leading whitespace** characters before parsing, ensuring correct conversion of inputs with spaces at the start. ## 🗂️ Metadata - 📅 Updated the file header timestamp for consistency. ## ⚡ Impact - More accurate and standard-compliant behavior for `ft_atou`. - Cleaner handling of edge cases with whitespace. |
||
|---|---|---|
| .github/workflows | ||
| char | ||
| convert | ||
| includes | ||
| list | ||
| memory | ||
| str | ||
| test | ||
| .gitignore | ||
| flake.nix | ||
| 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 |