Skip to content
/ GNL Public

A function that returns a line ending with a newline, read from a file descriptor πŸ“‚

Notifications You must be signed in to change notification settings

Adilyam/GNL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 – linkedin – adilyamt@gmail.com

https://github.com/Adilyam

About

A function that returns a line ending with a newline, read from a file descriptor πŸ“‚

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published