Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

DailyWind00/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

libft ✅125/100

My first static library in C

Contain extra functions that I've implemented later in my cursus

  • libft subject

My libft pass the francinette tester :

To get the static library, you must do these commands :

cd libft
make

You also have these commands for cleaning the libft directory :

# Clean all object files (*.o)
make clean

# Clean static library & object files
make fclean

# Clean everything and recompile the static library
make re

About

My first static library in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published