An easy to use testing framework for the 42 projects
-
Updated
Jun 5, 2024 - C
An easy to use testing framework for the 42 projects
Tester for the get_next_line project of 42 school
2nd 42 School Exam
42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.
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.
Read a text file line by line.
Instructions on how to use the 42 Cursus Tester.
A regular 42Cursus journey here!
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
The purpose of this project is to create a function that returns a line ending with a '\n' red from a file descriptor without previously knowing its size.
get_next_line() function in C
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.
[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.
Handy function that returns a line, ending with a newline, read from a file descriptor.
Indispensable utility to read a file - Hive Helsinki (42 school)
Add a description, image, and links to the getnextline topic page so that developers can more easily learn about it.
To associate your repository with the getnextline topic, visit your repo's landing page and select "manage topics."