Skip to content

ThomasRobertson/42-libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Reinventing the wheel.

Line of Code Size License License Norminette Action Norminette Action

SummaryHow It WorkLicense

Summary

This project is about rewriting some useful standard functions, such as strlen(), memset() or atoi(), and some extra ones.

Why ? Because at 42, we are only allowed to use certain existing functions, and have to write the other ones needed.

This project is part of 42 Paris' curriculum. You can check the full subject in the subject pdf included in this repo.

How To Use

Clone this GitHub repos

git clone https://github.com/ThomasRobertson/42-libft

Use the provided Makefile to compile to static library (using the system's cc)

make

License

MIT