Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 752 Bytes

Libft

Libft's badge

The first 42 cursus' project aims to code a C library, regrouping usual functions that the students use for all the next projects.

score

How to compile it

  1. Copy this repository on your terminal.
    git clone https://github.com/julianamilson/42-libft
  2. Enter on 42-Libft repository on your computer, then compile it.
    cd 42-Libft
    make
  3. It's ready to be used! In order to import it to your project, call libft.h's path.
  4. Don't need it anymore? make fclean