bbird-21 / LIBFT

Project 42 School : Libft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libft

Description

This first project as a student of 42 consists of recoding a certain number of functions from the standard C library, as well as other utility functions that we will be able to reuse throughout our course.

How to Install and Run the Project

git clone https://github.com/Tako-21/libft.git

cd LIBFT

make to compile without bonus

make bonus to compile with bonus

Peace ✌️

About

Project 42 School : Libft


Languages

Language:C 98.6%Language:Makefile 1.4%