Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 545 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 545 Bytes

GET NEXT LINE

Reading a file line by line.

The aim of this project is to return a line ending with a newline, read from a file descriptor.

Installation

OS X & Linux:

make -C libft && make -C libft clean

Usage example

 gcc -Wall -Werror -Wextra get_next_line.c libft/libft.a main.c -o gnl
./gnl [file]
./gnl [file1] [file2]

Meta

Adilyam Tilegenova – linkedinadilyamt@gmail.com

https://github.com/Adilyam