Skip to content

Shisoo64/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Libft

The 1st project at 42

"Ce projet a pour objectif de vous faire coder en C une bibliothèque de fonctions usuelles que vous pourrez utiliser pour vos prochains projets."

🔩 Makefile

This project use Make, here are the commands to compile the library :

1. 🗜️Compiling the library

For mandatory functions :

$ make

For bonus functions :

$ make bonus

2. 🧹Cleaning all binary (.o) and executable files (.a) :

$ make fclean

3. ✏️To use it in your code, simply include it's header :

#include "libft.h"

About

Projet libft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published