An easy to use testing framework for the 42 projects
-
Updated
Dec 6, 2024 - C
10000
An easy to use testing framework for the 42 projects
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.
42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.
[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.
my get next line from 42 barcelona
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
Handy function that returns a line, ending with a newline, read from a file descriptor.
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
Get_Next_Line is a project done for 42Cursus, in 42Lisboa.
The get_next_line function is designed to read and return the next line from a file descriptor.
Get next line is a function that takes one argument which is file descriptor and return the first line of a given file. Detailed explanation can be found in readme
get_next_line() function in C
get_next_line 42 school project
This project provides the ability to read a line from a file using the standard input function. The get_next_line function is used to read characters from a file, and it can also handle multiple files simultaneously.
The Get Next Line (GNL) project implements a function that reads a line from a file descriptor, one line at a time, until the end of the file is reached.
get_next_line - reading a line from a fd is way too tedious.
Development repo for 42cursus' get_next_line project
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."