Development repo for 42cursus' Libft project
☆107May 15, 2024Updated last year
Alternatives and similar repositories for 42cursus-00-Libft
Users that are interested in 42cursus-00-Libft are comparing it to the libraries listed below
Sorting:
- 42's libft with comments to understand what each function does and how it works.☆198Dec 7, 2015Updated 10 years ago
- C Library 📚 42's libft with descriptions to understand what each function does and how it works.☆71Feb 14, 2020Updated 6 years ago
- Projects developed for 42cursus at 42 São Paulo. Start date: 20/jan/2020☆153Mar 8, 2021Updated 5 years ago
- The libft project at 42☆103May 29, 2020Updated 5 years ago
- Automatization of VM's and Servers. Shell Scripting☆12Aug 19, 2022Updated 3 years ago
- A program almost identical to the 42 EXAMS for practice. (Pool EXAM & Stud EXAM)☆1,229Feb 10, 2025Updated last year
- get_next_line is the second project of 42 cursus.☆21Sep 6, 2021Updated 4 years ago
- The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.☆13Dec 11, 2018Updated 7 years ago
- Small game developed with the miniLibX, the graphic library of the 42 school.☆58Aug 12, 2024Updated last year
- Well-organized, commented and documented sample project that shows the basic functionalities of the 42's mlx library.☆100Feb 17, 2025Updated last year
- Development repo for 42cursus' ft_printf project☆11Mar 7, 2021Updated 5 years ago
- My work on the 42 get_next_line project.☆26Mar 16, 2022Updated 3 years ago
- Libft is the first project of the 42cursus.☆11Sep 5, 2021Updated 4 years ago
- 42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.☆90Aug 29, 2023Updated 2 years ago
- Piscine C Ecole 42 Août 2014☆19Oct 20, 2022Updated 3 years ago
- 42cursus' ft_printf project. Begin date 06/sep/2021. Finish date 13/sep/2021. About 30h of total work.☆74Oct 20, 2021Updated 4 years ago
- libft, ft_printf, get_next_line, born2beroot, pipex, push_swap☆18Apr 22, 2024Updated last year
- Custom C library with essential functions for string, memory, and linked list operations.☆23Jul 14, 2023Updated 2 years ago
- Pipex project school 42☆80Feb 6, 2022Updated 4 years ago
- This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, wit…☆50Sep 15, 2017Updated 8 years ago
- My implementation of some of the Standard C Library functions including some additional ones.☆105Aug 27, 2017Updated 8 years ago
- An open source C library that incorporates useful functions, such as binary trees, linked lists, stacks, arrays, bit manipulation.☆63Oct 11, 2021Updated 4 years ago
- Libft 42 project. Bonus included. Achieved April 2023.☆13Jun 14, 2025Updated 8 months ago
- forked repository of libftest (by jtoty) for libft at 42☆249Jul 6, 2024Updated last year
- Algorithm ~ Recoding original printf from libc☆31Apr 19, 2020Updated 5 years ago
- An easy to use testing framework for the 42 projects☆592Dec 6, 2024Updated last year
- ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic…☆23Nov 30, 2024Updated last year
- 42Course☆87Feb 11, 2026Updated 3 weeks ago
- ☆492May 9, 2023Updated 2 years ago
- [42 Madrid] And thanks for all the fish!☆88Apr 5, 2023Updated 2 years ago
- This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, wit…☆94Jun 12, 2025Updated 8 months ago
- 42cursus' minitalk project. Begin date 10/mar/2022. Finish date 12/mar/2021. About 21h of total work.☆28May 8, 2022Updated 3 years ago
- Code developed at 42's Piscine, a 26-day (straight) C bootcamp - from 18/nov/2019 to 13/dec/2019.☆369Nov 17, 2020Updated 5 years ago
- ☆14Nov 17, 2020Updated 5 years ago
- This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.☆46Dec 11, 2022Updated 3 years ago
- A simple (and very naive) replica of the C printf function - introduction to variadic arguments.☆20Mar 27, 2025Updated 11 months ago
- This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succ…