Skip to content

Latest commit

History

History
3 lines (2 loc) 路 328 Bytes

File metadata and controls

3 lines (2 loc) 路 328 Bytes

馃摎 libft

libft is a foundational C library built to strengthen low-level programming skills. It serves as a personal version of the standard C library, helping to understand memory management, pointer logic, and code structure without relying on built-in functions. This library is used as a base for future 42 projects.