Challenge
The first project of the curriculum: understanding in depth how the C standard functions work by rewriting them yourself, in order to then have a reusable library throughout the whole program.
École 42 project: a C reimplementation of a set of libc functions (strings, memory, conversions) and utilities (linked lists), bundled into a static library.
The first project of the curriculum: understanding in depth how the C standard functions work by rewriting them yourself, in order to then have a reusable library throughout the whole program.
Built in 2021 at École 42 Paris, this C project requires handling memory management (malloc/free) and edge cases yourself.
Besides the standard manipulation functions, the library includes character tests and functions on file descriptors, all assembled through a Makefile.
The technologies used on this mission.
Let's talk through your challenges and see how to turn your vision into maintainable, tested technical reality.