gnl
There are 138 repositories under gnl topic.
Tripouille/gnlTester
Tester for the get_next_line project of 42 school
Surfi89/get_next_line
42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.
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.
pasqualerossi/Get_Next_Line
Read a text file line by line.
eliarisalvares/get_next_line_42sp
get_next_line is the second project of 42 cursus.
pasqualerossi/42-Cursus-Tester
Instructions on how to use the 42 Cursus Tester.
librity/ft_get_next_line
42 São Paulo - get_next_line
kodpe/gnl-station-tester
42 school get next line tester - 2022
LoisDuplain/best-libft
best-libft is a sorted and enhanced libft (containing 172 functions with recreated libc functions) useful for 42 projects.
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.
lbordonal/01-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
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.
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.
ulyssegerkens/get_next_line
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
BaBreton/42-Get_next_line
Get the next line of a file
devwithmike/GNL
get next line function
jotavare/get_next_line
Create a function that enables reading content line by line from a file descriptor.
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.
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
dellribeiro/GNL-42Cursus
My repo for 42cursus' get-next-line project
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
achrafelkhnissi/get_next_line
This project is about programming a function that returns a lineread from a file descriptor.
arnaudderison/42-get_next_line
Project of 42: get_next_line
cezou/QuoicouLibft
Recreate Libc, Printf and GetNextLine
Ekkoz897/42cursus_Get_next_line
This is a 42 school project meant to teach us how to read from a file descriptor without knowing it's size before hand making use of static variables.
ErikvanderBijl/MRI_QA
Analysis modules used in "Longitudinal Stability of MRI QA up to 2 years on 8 clinical 1.5 T MR-Linacs"
LeeSinLiang/get_next_line
Read content of file and return by 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.
mewmewdevart/get_next_line
[42 Cursus] Reading a line from a fd is way too tedious