Skip to content

Reads a line from a file descriptor one line at a time. Re-implementation of standard behavior with custom memory handling. 42 project.

Notifications You must be signed in to change notification settings

AlexLav3/get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get_next_linee

Get Next Line

This function reads from a file descriptor one line at a time, handling buffer memory manually.

📦 Features Handles multiple file descriptors Uses static variables to maintain buffer state between calls Works with arbitrary buffer size defined by BUFFER_SIZE

About

Reads a line from a file descriptor one line at a time. Re-implementation of standard behavior with custom memory handling. 42 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages