ayogun / get_next_lineLinks
The goal of this project is to create the function get_next_line.c which, when called in a loop, will then allow the available text in the file descriptor to be read one line at a time until the end of the file. The program must compile with the flag-D BUFFER_SIZE=xx which will be used as the buffer size for the read calls in get_next_line.
☆16Updated 2 years ago
Alternatives and similar repositories for get_next_line
Users that are interested in get_next_line are comparing it to the libraries listed below
Sorting:
- A library that contains ft_printf, a function that mimics the real printf - @42sp Project☆12Updated last year
- Projet SoLong - école 42☆12Updated 4 months ago
- Reference repository for all the 42 C Piscine projects.☆44Updated 4 years ago
- Philosophers dinner problem in C. Introduction to parallel programming.☆14Updated 2 months ago
- A small 2D game developed with MiniLibx, the graphic library of the 42School.☆13Updated 2 months ago
- Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and sema…☆26Updated 6 months ago
- A graphical project consisting on making a 2D game in C.☆9Updated 2 years ago
- Small data exchange program using UNIX signals.☆22Updated 2 years ago
- Dining philosophers problem's☆19Updated 2 years ago
- pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.☆14Updated 6 months ago
- All the projects done while being a student of 42Urduliz, Bilbao.☆41Updated last week
- Small implementation of a shell replicating bash, truly hell☆7Updated 2 months ago
- 2D'game where the objective is gather all the targets in order to escape of the map.☆14Updated 2 years ago
- Sorting algorithm using two stacks☆28Updated 7 months ago
- Piscine C Ecole 42 Août 2014☆22Updated 2 years ago
- A bare-minimum manual for the minishell 42 project.☆24Updated last year
- Tester for the so_long project of 42 school☆43Updated last year
- 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.☆13Updated 6 years ago
- Skyscraper puzzle solver in C☆26Updated 2 years ago
- ☆33Updated last year
- Exercises from 42 C Piscine Exams. Not all the solutions are correct and pull requests are welcome to fix the problems☆50Updated 7 years ago
- The repo for subjects and other things related to my time in 42 School as a student☆16Updated last year
- A project involving the creation of a small 2D game. Coded in C with MinilibX library☆12Updated 7 months ago
- POC of a 2D game made in ANSI C☆24Updated last year
- A small 2D Game made using the MiniLibX Graphics Library, Textures, sprites and tiles included - @42sp Project☆32Updated 2 years ago
- Get Next Line is a project at 42. It is a function that reads a file and allows you to read a line ending with a newline character from a…☆35Updated 6 years ago
- Final Exam piscine☆50Updated 2 years ago
- push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number o…☆65Updated 6 months ago
- My work on the 42 get_next_line project.☆26Updated 3 years ago
- Push Swap: The most efficient yet inefficient algorithm.☆14Updated last year