/get_next_line

get_next_line, a 42 Cursus project

Primary LanguageC

get_next_line

A 42 Cursus Project

Objectives

The aim of the project is to produce a function that will be able to receive a file descriptor input and read it line by line. The function must be able to be run in a loop and be capable of storing every line read until the end of the file is reached, the function must also ahdere to the set BUFFER_SIZE limit.

The students will learn about static variables in C.

Libft

Libft functions are forbidden in this project

Result

Screen Shot 2022-01-25 at 12 01 16 PM

Late 2021 version of get_next_line

Does not include bonuses