The aim of this project is to write a function that will allow you to read a line ending with a newline character from a file descriptor.
-
Updated
Nov 4, 2017 - C
The aim of this project is to write a function that will allow you to read a line ending with a newline character from a file descriptor.
This repository consists of function that calls 'get_next_line()'. Project of UNIT Factory (école 42).
The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.
Reading content line by line from a file or standard input while supporting multiple file descriptors.
C language | Recode of function Getline | [name]Get_Next_Line
Program to open, read and display contents delimited by new line from multiple files
Function in C language that returns a line read from a file descriptor. Developed as a part of syllabus of 42 Silicon Valley.
42 study project
A function to read from multiple file descriptors at the same time, without losing the reading thread on each one of them.
The purpose of this project is to create a function that returns a line ending with a '\n' red from a file descriptor without previously knowing its size.
Several tasks from the first round: libft, get_next_line, ft_printf
Add a description, image, and links to the getnextline topic page so that developers can more easily learn about it.
To associate your repository with the getnextline topic, visit your repo's landing page and select "manage topics."