lmunoz-q / Libft

2d Project in 42

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libft

2d Project in 42

The libft project builds on the concepts we learned during the day06 on 'the piscine' of the bootcamp ie code a library of useful functions that we will be allowed to reuse in most of our C projects this year. This will save us a lot of precious time.

This project is easy too, like the first (because it's litteraly the same but in more complicated), we just need to recreate some functions of the libc on C, and create some useful functions, obviously, It's forbidden in our school to use functions who already exist, we just need to recreate this functions with write(syscall), malloc, and free.

NOTE: The code may be completely unreadable at times, this is due to the school 42's coding norms which forces us to use unholy practices to get by, The norm its a PDF findable on a repository

I join the subject on the repository. Let's Check !

About

2d Project in 42


Languages

Language:C 96.9%Language:Makefile 3.1%