This is a repository for the School 42 Málaga cursus project get_next_line. This function reads a file descriptor and returns a line, until the first line break.
-
Updated
Oct 27, 2022 - C
This is a repository for the School 42 Málaga cursus project get_next_line. This function reads a file descriptor and returns a line, until the first line break.
Get Next Line is a C function that returns a line, read from a file descriptor. In short, it can read any valid file and does that line by line to optimize memory, since the file size is not known. It's an extremely useful function that can be used in the next school's projects.
This proyect is about a function that returns a line read from a file descriptor (fd).
Writing a function that returns a line read from a file descriptor.
This repository contains the projects I have been working on at 42 School. It covers different areas of software development as part of 42 School's common core.
Add a description, image, and links to the get-next-line-bonus topic page so that developers can more easily learn about it.
To associate your repository with the get-next-line-bonus topic, visit your repo's landing page and select "manage topics."