225 results for “topic:get-next-line”
Tester for the get_next_line project of 42 school
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.
My resolutions for the exercises that I have been doing to prepare my-self for the 42 Common Core Exams.
Proyectos del campus 42 Málaga
get_next_line is the second project of 42 cursus.
42 school get next line tester - 2022
The projects in this repository are carried out in the common core process of 42 schools.
A simple get next line unit tester
My diarrhea inducing get_next_line. Questionnably complies with 42born2code's norm.
The goal of this project is to create the function get_next_line.c which, when called in a loop, will then allow the available text in the file descriptor to be read one line at a time until the end of the file. The program must compile with the flag-D BUFFER_SIZE=xx which will be used as the buffer size for the read calls in get_next_line.
'School 42' project. C library with my own implementation of some useful functions and modules.
A C function that reads any valid file line by line - @42sp Project
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
[42 Madrid] Reading a line on a fd is way too tedious
The aim of this 42 project is to make us code a function that returns a line, read from a file descriptor.
get_next_line made easy
This is my get_next_line function implementation
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
42: get next line
Create a function that enables reading content line by line from a file descriptor.
This project implements get_next_line, a function to read lines from one or multiple files in C.
A 42 project: read a file line by line with get_next_line function implementation.
Projects from the 42 Cursus. 21 February 2022 - 13 March 2024.
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.
All 42 Ecole Projects
A C implementation that reads lines from a file descriptor, part of the WeThinkCode curriculum.
This project will not only allow you to add a very convenient function to your collection, but it will also make you learn a highly interesting new concept in C programming: static variables.
This project is about programming a function that returns a line read from a file descriptor.
Parce que lire depuis un fd, c’est pas passionnant