VOLVER AL INICIO
DEV_LOG

42-Libft

ftlib for 42 madrid

C 0 0
README.md

Libft

A foundational C library created as the first project at 42 School. It contains custom implementations of many standard C library functions (like strlen, strcpy, atoi, etc.) as well as additional utility functions for strings, memory management, and linked lists. This library serves as a toolkit for all subsequent 42 projects.