Libft is a simple library that contains functions made from the standard library. The goal of this project is to recreate and understand the inner workings of these standard library functions.
- Recreated standard library functions
- Easy to use for C programming projects
- Simple Debug define to run libft with debug on
To use this library in your C project, include the header file in your source code:
#include "libft.h"