gnl
There are 136 repositories under gnl topic.
f-corvaro/GET_NEXT_LINE
"Line-by-Line File Reader"
H-kaddour/get_next_line
Get next line project 42 and 1337
AzureHaze21/GetNextLine
getline replacement
BlueDream145/minishell_1
Epitech Project, minishell_1
gabrieImoreira/get_next_line
This project aims to code a function that returns a line ending '\n' of a file descriptor.
itiievskyi/Get_Next_line
Function that returns a line read from a file descriptor
itkrivoshei/Get-Next-Line
Get next line is a function that reads a file line by line
kllaster/get_next_line
Function that reads line by line from a stream.
maxdesalle/42
This is the repository containing all the code I have written for projects at 19, a developer school based in Belgium and part of the 42 network.
MVPee/42-Get-next-line
My get next line (gnl) of 42 school. Very good project to parse some files for futures projects!
nyeoni/42Libft
:blue_book: 42Libft - basic functions, gnl, printf
osmosx/get_next_line
[get_next_line] project school 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.
pbondoer/42-get_next_line
get_next_line @ 42 - utility function similar to get_line
raccoman/gnl
42Cursus | This project aims to code a function that read every single line, from a specific file descriptor.
selfsigned/libft
📚A libc subset with small functions and a printf implementation. My first C project and following the old 42 norm so it's predictably awful.
siemeris/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
zainabdnaya/gnl
get_next_line
alexhiguera/Get_Next_Line
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.
AnaVolkmann/42_GET_NEXT_LINE
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
arinatyurina/get_next_line
This project is about creating a function which reads lines ending with '\n' from a file descriptor, regardless of its size.
crdalila/42_GNL
Proyecto para imprimir un fd línea por línea
dpetrosy/42-Get-Next-Line
42 cursus GNL project. A function that reads a file line by line.
GogoVega/LIBFT
My own library (LIBFT) of 42 Cursus containing basic and personal functions as well as Doxygen documentation and unit tests.
jos-felipe/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
lucienfer/libft
An open source C library that incorporates useful functions, such as binary trees, linked lists, stacks, arrays, bit manipulation.
MaloP47/get_next_line
Returning a line read from a (or multiple) file descriptor - C
Rapcampo/42_get_next_line
Create a function that subsequently reads lines of a file whenever you call it
SandraKanna/GNL
42 GNL: Write a function that returns a line read from a file descriptor.
Talkashi1111/get_next_line
42 school project
Vpekdas/get_next_line
A function in C for reading lines from file descriptors, allowing for efficient and flexible input handling
HaruSnak/Get_Next_Line
Project 42 | Implement the getline function from the C standard library. | Level 1 - Common Core
MVPee/pushswap_tester
tester for some 42 projects
omrfrkzu/get_next_line
Create a function that enables reading content line by line from a file descriptor.
RogerioLS/Get_Next_Line-42sp
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.