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:
- Small implementation of a shell replicating bash, truly hell☆7Updated 2 months ago
- A library that contains ft_printf, a function that mimics the real printf - @42sp Project☆12Updated last year
- Projet SoLong - école 42☆12Updated 5 months ago
- Push Swap: The most efficient yet inefficient algorithm.☆13Updated last year
- Tester for the so_long project of 42 school☆44Updated last year
- POC of a 2D game made in ANSI C☆24Updated last year
- Philosophers dinner problem in C - introduction to parallel programming.☆14Updated 2 months ago
- The repo for subjects and other things related to my time in 42 School as a student☆15Updated last year
- 2D'game where the objective is gather all the targets in order to escape of the map.☆14Updated 2 years ago
- All the projects done while being a student of 42Urduliz, Bilbao.☆42Updated this week
- A project involving the creation of a small 2D game. Coded in C with MinilibX library☆13Updated 8 months ago
- pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.☆15Updated 6 months ago
- Dining philosophers problem's☆19Updated 2 years ago
- Reference repository for all the 42 C Piscine projects.☆45Updated 4 years 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…☆29Updated 6 months ago
- ☆28Updated 6 years ago
- 42cursus - minitalk☆22Updated 3 years ago
- Small data exchange between client and server programs using UNIX signals - introduction to Inter Process Communication (IPC)☆19Updated 2 months ago
- ☆33Updated last year
- Sorting algorithm using two stacks☆28Updated 8 months ago
- This repository is my journey at Piscine 42 Porto (September 2022). From preparation to approval.☆24Updated 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
- Small game developed with the miniLibX, the graphic library of the 42 school.☆57Updated 10 months ago
- Skyscraper puzzle solver in C☆26Updated 2 years ago
- My work on the 42 get_next_line project.☆26Updated 3 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
- Pipex is a project that re-creates in C the way two commands are piped together via | in the shell☆57Updated 2 years ago
- This project is about creating a simple shell, and learning about about processes and file descriptors.☆25Updated 3 years ago
- A bare-minimum manual for the minishell 42 project.☆24Updated last year