Repository navigation

#

getnextline

An easy to use testing framework for the 42 projects

C
538
4 个月前

Tester for the get_next_line project of 42 school

C++
161
4 个月前

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

C
85
2 年前

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.

C
85
7 个月前

Adaptation of the Francinette tester for 42 projects. Fully compatible with 42 sessions. Includes an auto-installer that selects the appropriate version based on your system. Supports libft, get_next_line, printf, minitalk, and more.

Shell
64
2 个月前

Read a text file line by line.

C
32
1 年前

Instructions on how to use the 42 Cursus Tester.

Makefile
24
2 年前

A regular 42Cursus journey here!

18
1 年前

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

C
17
10 个月前

[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.

C
7
3 年前

my get next line from 42 barcelona

C
6
3 个月前

A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.

C
6
1 年前

42 School Project: Get_Next_Line

C
5
2 年前

Handy function that returns a line, ending with a newline, read from a file descriptor.

C
5
23 天前

42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.

C
5
2 年前

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

C
4
3 年前

Get_Next_Line is a project done for 42Cursus, in 42Lisboa.

C
4
4 年前