/libft

Project from 42 that aims at understanding how standard library functions works 🌴

Primary LanguageC

Description

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.

Features

  • Recreated standard library functions
  • Easy to use for C programming projects
  • Simple Debug define to run libft with debug on

Usage

To use this library in your C project, include the header file in your source code:

#include "libft.h"