iaurg / 42-libftLinks
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.
☆21Updated last year
Alternatives and similar repositories for 42-libft
Users that are interested in 42-libft are comparing it to the libraries listed below
Sorting:
- Primer proyecto como estudiante de 42Madrid☆11Updated 2 years ago
- my printf from 42 barcelona☆11Updated 2 years ago
- This project aims to code a custom implementation of the C printf function.☆15Updated last year
- New Libft project 2020☆14Updated 5 years ago
- Libft 42 project. Bonus included. Achieved April 2023.☆12Updated 4 months ago
- The aim of this 42 project is to make us code a function that returns a line, read from a file descriptor.☆10Updated 2 years ago
- 42 - piscine C☆17Updated 8 years ago
- exam practice☆17Updated 9 years ago
- Core C exercices from the 42 entry piscine.☆18Updated 2 months ago
- A simple (and very naive) replica of the C printf function - introduction to variadic arguments.