Skip to content

Writing my own library, which is based on libc (standard C library).

Notifications You must be signed in to change notification settings

julianamilson/42-libft

Repository files navigation

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

About

Writing my own library, which is based on libc (standard C library).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages