ayogun / get_next_line
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.
☆15Updated 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
- Small game developed with the miniLibX, the graphic library of the 42 school.☆10Updated last year
- 2D'game where the objective is gather all the targets in order to escape of the map.☆14Updated 2 years ago
- Small data exchange program using UNIX signals.☆18Updated 2 years ago
- Small data exchange between client and server programs using UNIX signals - Introduction to Inter Process Communication (IPC)☆20Updated 2 years ago
- pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.☆12Updated last month
- A repository with all archives for the proyect libft in the School 42 core cursus. It's a custom-made library of useful functions in C l…☆7Updated 2 years ago
- This repository is my journey at Piscine 42 Porto (September 2022). From preparation to approval.☆19Updated last year
- Push Swap: The most efficient yet inefficient algorithm.☆13Updated last year
- Le projet libft de l'école 42☆13Updated 7 years ago
- The purpose of this project is to code a small data exchange programusing UNIX signals.☆7Updated last year
- 42 • A guide for creating a small fractal exploration program. It is the time to discover or use the mathematical notion of complex numbe…☆14Updated last year
- Projects developed at the 42 Porto C Piscine in 2022/2023☆14Updated last year
- Create my own library and redo a set of functions from the C standard library.☆19Updated 6 months ago
- A small 2D Game made using the MiniLibX Graphics Library, Textures, sprites and tiles included - @42sp Project☆30Updated last year
- Send a message from client to server using UNIX signals.☆33Updated 3 weeks ago
- libft, ft_printf, get_next_line, born2beroot, pipex, push_swap☆16Updated 8 months 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.☆13Updated 6 years ago
- Creating a 2D game.☆21Updated 7 months ago
- Reference repository for all the 42 C Piscine projects.☆33Updated 3 years ago
- Skyscraper puzzle solver in C☆25Updated last year
- Sorting algorithm using two stacks☆22Updated 2 months ago
- System that sends a message from client to server using UNIX signals for communication.☆11Updated 6 months ago
- Sort random numbers from lowest to highest in the smallest number of moves.☆22Updated last year
- Libft 42