Skip to content

Summary: the purpose of this project is to make you code a function in C that returns a line, read from a file descriptor with limited instructions

Notifications You must be signed in to change notification settings

Ahaif/get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get_next_line

Summary: the purpose of this project is to make you code a function that returns a line, read from a file descriptor.

it will also allow you to learn a highly interesting new concept in C programming: static variables.

The diffuclty of the Project is in Reading the file descriptor with different BUFFER_SIZE

the program must compile with the flag -D BUFFER_SIZE=xx which will be used as the buffer size for the read calls . This value will be modified

get_next_line_utils.c are the complete of the functions since the norm is 5 functions per file

About

Summary: the purpose of this project is to make you code a function in C that returns a line, read from a file descriptor with limited instructions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages