gnl
There are 143 repositories under gnl topic.
Tripouille/gnlTester
Tester for the get_next_line project of 42 school
jdecorte-be/42-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.
Surfi89/get_next_line
42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.
eliarisalvares/get_next_line_42sp
get_next_line is the second project of 42 cursus.
librity/ft_get_next_line
42 São Paulo - get_next_line
kodpe/gnl-station-tester
42 school get next line tester - 2022
48d31kh413k/1337-Get_Next_Line-42
The aim of this 42 project is to make us code a function that returns a line, read from a file descriptor.
LoisDuplain/best-libft
best-libft is a sorted and enhanced libft (containing 172 functions with recreated libc functions) useful for 42 projects.
mcombeau/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.
clementvidon/get_next_line
[documented code / -pedantic -std=c89] - Get the next line of text available on a file descriptor. Can be used within a loop to read a file line by line.
MVPee/42-Get-next-line
My get next line (gnl) of 42 school. Very good project to parse some files for futures projects!
ulyssegerkens/get_next_line
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
jotavare/get_next_line
Create a function that enables reading content line by line from a file descriptor.
lbordonal/01-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
Ajjig/GET_NEXT_LINE
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
appinha/42cursus-01-get_next_line
Development repo for 42cursus' get_next_line project
gmarcha/gnl_medic
A simple get_next_line project tester.
isousa42/42_Get_Next_Line
Get_Next_Line is a project done for 42Cursus, in 42Lisboa.
BaBreton/42-Get_next_line
Get the next line of a file
devwithmike/GNL
get next line function
f-corvaro/GET_NEXT_LINE
"Line-by-Line File Reader"
pvaladares/42cursus-01-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
abdelbenamara/GetNextLine
42 get_next_line project & tester
AdaoG0n/42-get_next_line
get_next_line is a C function that reads a line from a file or standard input. This project is part of the 42 curriculum and aims to improve programming and file manipulation skills.
dellribeiro/GNL-42Cursus
My repo for 42cursus' get-next-line project
gmarra83/get_next_line
implementazione funzione get_next_line - Scuola 42
H-kaddour/get_next_line
Get next line project 42 and 1337
MathysCogne/42_Get-Next-Line
Get Next Line is a 42 project that implements a function to read a line from a file descriptor
MathysCogne/MyLibft_GNL_Printf
A collection of my C library implementations for 42. Including my Libft (with additional bonus functions), Get Next Line (GNL), Ft_printf, and Ft_fprintf
mendes-jv/get-next-line
Get Next Line is a C function that returns a line, read from a file descriptor. In short, it can read any valid file and does that line by line to optimize memory, since the file size is not known. It's an extremely useful function that can be used in the next school's projects.
Mong-Gu/gnl_auto_test
Script to operate gnl tester all at once
t0mm4rx/get_next_line
A repo to work remotely on the get_next_line project of school 42
arnaudderison/42-get_next_line
Project of 42: get_next_line
lumaro77/42_cc01_get_next_line
The get_next_line project at 42 school involves creating a function that reads a line from a file descriptor.