-
Updated
Mar 21, 2020 - C
getnextline
Here are 128 public repositories matching this topic...
Handy function that returns a line, ending with a newline, read from a file descriptor.
-
Updated
Jan 7, 2023 - C
-
Updated
Apr 28, 2023 - C
Indispensable utility to read a file - Hive Helsinki (42 school)
-
Updated
Mar 23, 2023 - C
A custom C function that reads lines from file descriptors or standard input, providing a convenient method for handling input in C programs, including file reading and command-line interaction.
-
Updated
Sep 13, 2023 - C
Get next line is a function that takes one argument which is file descriptor and return the first line of a given file. Detailed explanation can be found in readme
-
Updated
Jun 10, 2023 - C
My own library (LIBFT) of 42 Cursus containing basic and personal functions as well as Doxygen documentation and unit tests.
-
Updated
May 20, 2024 - C
Get Next Line is a project at 42 network (1337 school). It is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same file, it grabs the next line
-
Updated
Dec 22, 2022 - C
A function used to read from a file descriptor and store the result in a string
-
Updated
May 31, 2022 - C
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 file descriptor. When you call the function again on the same file, it grabs the next line
-
Updated
May 14, 2022 - C
Get next line, that simple :)
-
Updated
Mar 6, 2024 - C
This project is about programming a function that returns a line read from a file descriptor.
-
Updated
Mar 20, 2024 - C
get_next_line - reading a line from a fd is way too tedious.
-
Updated
Feb 6, 2024 - C
Reading content line by line from a file or standard input while supporting multiple file descriptors.
-
Updated
Oct 4, 2018 - C
C language | Recode of function Getline | [name]Get_Next_Line
-
Updated
Dec 22, 2018 - C
Get_Next_Line is a project done for 42Cursus, in 42Lisboa.
-
Updated
Mar 10, 2021 - C
get_next_line 42 school project
-
Updated
Aug 26, 2024 - C
Improve this page
Add a description, image, and links to the getnextline topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the getnextline topic, visit your repo's landing page and select "manage topics."