Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 736 Bytes

File metadata and controls

26 lines (17 loc) · 736 Bytes

Libft

This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

State

Libft Build Libft Score

Installation & Building

To install and build

  git clone https://github.com/WOLFIE-OG/libft
  cd libft
  git submodule update --init --recursive
  make

Testing

To run the tester

  make test