Skip to content

This project is about programming a function that returns a line read from a file descriptor.

License

Notifications You must be signed in to change notification settings

naviisml/get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get_next_line

The get_next_line project is aimed to teach you how to work with static variables. The subject is to make a function that reads the next line of a file, based on a buffer size defined during compilation using the flag -D BUFFER_SIZE=<amount>. If there is no new line, or if the function fails, the function will return (NULL).

We were not allowed to use our libft for this project.

Results

Score: 100/100

Date: 24-11-2021

About

This project is about programming a function that returns a line read from a file descriptor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages