Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 537 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 537 Bytes

Libft

Summary

This project aims to code a C library regrouping usual functions that you’ll
be use for all your next projects.

Introduction

C programming can be very tedious when one doesn’t have access to those highly useful standard functions. This project allows you to re-write those functions, understand them, and learn to use them. This library will help you with all your future C projects. Take the time to expand your libft throughout the year. But always, make sure to check which functions are allowed !