Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 530 Bytes

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.