TrincaMelros / libft

A C library regrouping usual functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libft

The aim of this project is to code a C library regrouping usual functions to use in all your other projects.

This project gives you the opportunity to re-write those functions, understand them, and learn to use them. This library will help you for all future C projects.

The bonus functions are useful to manipulate linked lists, which will be useful in the future.

About

A C library regrouping usual functions


Languages

Language:C 95.4%Language:Makefile 4.6%