rmitache-ai / libft

🧰 This library is a collection of custom C functions that provide commonly used functionalities.

Home Page:https://cdn.intra.42.fr/pdf/pdf/89164/en.subject.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧰 libft

rmitache's 42 Libft Score

This library is a collection of custom C functions that provide commonly used functionalities. At 42, we like to create our own solutions 😎, and this library reflects that! We will be using the functions here in almost all of our next projects.

image

Usage

make // This will compile the mandatory part
make bonus // This will compile the bonus part

Simply include this header inside your file to access the function

#include "libft.h"

Testing

To test your code you can use this following git repository:

About

🧰 This library is a collection of custom C functions that provide commonly used functionalities.

https://cdn.intra.42.fr/pdf/pdf/89164/en.subject.pdf


Languages

Language:C 96.5%Language:Makefile 3.5%