Skip to content

Build a short C library, containing essential small functions.

Notifications You must be signed in to change notification settings

chimpanstache/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Libft is the first project that you'll have to complete at 42.
It is a C library, containing basic functions that will follow you during your C coding journey.
The subject of the project is in the downloaded files.

Getting started

The project is built on macOS, so you have to build and run it on a Mac environment. then in the repository of your choice :

git clone https://github.com/ehafidi/libft.git
cd libft
make 

After compiling, the library named libft.a will be built and usable for any C program.

About

Build a short C library, containing essential small functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published