42

0001

ftt_libft

0001-01-01 Β· 1 min read

Minimal, no‑frills tester for the 42 libft project. Runs checks fast, with readable output, and avoids heavy frameworks. Useful while iterating on your C library, especially for CI or quick local spot checks.

2025

`libft` source map

2025-10-14 Β· 5 min read

Libft Source Map # This guide explains every helper shipped with this libft implementation. For each function you will find the name origin, its core responsibility, and the neighboring helpers it usually collaborates with. Directory …