Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 719 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 719 Bytes

BaBreton

language language

42-Libft

Libft is a 42 school project that involves re-coding the basic functions of the C Language. This Libft therefore contains the requested functions, as well as others for my personal use.

Installation

You can compile the libft with :

  make

It will give you libft.a archive, which you can add to your project compilation with :

  -L/path_to_libft -lft