veganwaldon / libft

Libft project for 21 School (Ecole42)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

21School (Ecole42) project

LIBFT

This project is about coding my own C library.

Subject can be found here.
It contains implementation of a general original functions from the libc.

  • strlen
  • substr
  • atoi
  • split etc...

It must comply the way it defined in the "man".

About

Libft project for 21 School (Ecole42)


Languages

Language:C 96.1%Language:Makefile 3.9%