My implementation of some of the Standard C Library functions including some additional ones.
☆104Aug 27, 2017Updated 8 years ago
Alternatives and similar repositories for libft
Users that are interested in libft are comparing it to the libraries listed below
Sorting:
- As beautiful as a shell☆156Aug 27, 2017Updated 8 years ago
- A C function that reads any valid file line by line until the end.☆13Aug 28, 2017Updated 8 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
- ☆15May 13, 2022Updated 3 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
- get_next_line is the second project of 42 cursus.☆21Sep 6, 2021Updated 4 years ago
- My own implementation of the famous Unix command: ls, using the C programming language☆11Aug 27, 2017Updated 8 years ago
- The first exam of the new cursus at 42☆82Jan 28, 2025Updated last year
- A simple test for the get_next_line assignment. Checks multiple buffer sizes.☆10Feb 11, 2020Updated 6 years ago
- Algorithm ~ Recoding original printf from libc☆31Apr 19, 2020Updated 5 years ago
- May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start…☆10Jun 10, 2022Updated 3 years ago
- test for the get_next_line project at school 42. (cursus42, november 2019)☆35Dec 10, 2020Updated 5 years ago
- School 42 project // Sorting algorithm using two stacks☆46Dec 13, 2018Updated 7 years ago
- Mouse oriented UI library in 500 lines of codes☆16Jul 30, 2017Updated 8 years ago
- Every day for four weeks and even on weekends, we have to do exercises and projects in C. This piscine starts from zero and does not ask …☆151Jun 4, 2022Updated 3 years ago
- Small game developed with the miniLibX, the graphic library of the 42 school.☆58Aug 12, 2024Updated last year
- 42 Piscine (Paris)☆20Mar 4, 2018Updated 8 years ago
- The CPP modules at 42☆15Jan 10, 2020Updated 6 years ago
- 42 Piscine (Paris)☆383Jun 1, 2018Updated 7 years ago
- School 42 project // 3D Wireframe Viewer☆95Dec 8, 2020Updated 5 years ago
- NO MERCY ! norminette of 42's school DUMPED and running successfully on GNU/Linux☆40Aug 8, 2018Updated 7 years ago
- Get Next Line☆17Oct 26, 2021Updated 4 years ago
- A library that contains ft_printf, a function that mimics the real printf - @42sp Project☆12Nov 9, 2023Updated 2 years ago
- Code developed at 42's Piscine, a 26-day (straight) C bootcamp - from 18/nov/2019 to 13/dec/2019.☆368Nov 17, 2020Updated 5 years ago
- This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting…