项目作者: markveligod

项目描述 :
get next line new project 2020
高级语言: C
项目地址: git://github.com/markveligod/GNL.git
创建时间: 2020-05-06T23:21:39Z
项目社区:https://github.com/markveligod/GNL

开源协议:

下载


:white_check_mark: Get next line (GNL project 2020)

TASK

Write an GNL (get_next_line) that reads line by line from the file descriptor.
This function should not contain third-party libraries (Libft) and write all necessary additional functions in get_next_line_utils.c.
Calling your get_next_line function in a loop will allow you to read the text available in the file descriptor one line at a time until EOF.

Results tested by “42TESTERS-GNL”

Link: click

Other

Compilation will be performed as follows: gcc -Wall -Wextra -Werror -D BUFFER_SIZE=32 get_next_line.c get_next_line_utils.c

Author: Mark Veligod