bnidia / get_next_line

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

Home Page:https://projects.intra.42.fr/projects/42cursus-get_next_line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_next_line (Complexity 70 hours)

bnidia's 42 get_next_line Score

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

In this task, we wrote a convenient function that returns a single string separated by \n or \0. This function will be convenient to use in subsequent projects. It allows you to read from multiple files, uses ring structures to speed up

Будь то файл, stdin или даже позднее сетевое подключение, вам всегда понадобится способ чтения содержимого построчно. Пришло время начать работать над этой функцией, которая будет необходима для ваших будущих проектов.

В этом задании мы написали удобную функцию, которая возвращает одну строку, разделенную \n или \0 Эту функцию будет удобно использовать в последующих проектах. Она позволяет читать из нескольких файлов, для ускорения использует кольцевые структуры

About

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

https://projects.intra.42.fr/projects/42cursus-get_next_line

License:The Unlicense


Languages

Language:HTML 62.1%Language:C 37.9%