getnextline topic

List getnextline repositories

gnlTester

144
Stars
37
Forks
Watchers

Tester for the get_next_line project of 42 school

francinette

432
Stars
39
Forks
Watchers

An easy to use testing framework for the 42 projects

42MainWorks

18
Stars
2
Forks
Watchers

A regular 42Cursus journey here!

42-Cursus-Tester

22
Stars
2
Forks
Watchers

Instructions on how to use the 42 Cursus Tester.

get_next_line

72
Stars
8
Forks
Watchers

42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.

42-Get-next-line

67
Stars
7
Forks
Watchers

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.

francinette-image

42
Stars
3
Forks
Watchers

Adaptation of the Francinette, for testing projects 42. Works on sessions 42 !

GetNextLine_by_anwuyan

18
Stars
0
Forks
Watchers

A C function for reading lines from a file without knowing their length in advance, ending at '\n'. Essential for efficient text processing.