Skip to content

A function in C that reads and returns the next line from a file descriptor. Part of the 42 core curriculum.

License

Notifications You must be signed in to change notification settings

darrenkuro/get-next-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Get Next Line

License Score Date


πŸ“ Notes

  • Stack might overflow for large BUFFER_SIZE, putting it on the heap would solve the problem, at cost of performance. Since timeout is likely an issue for moulinette, it would probably be the best solution.

πŸ“„ License

This project is licensed under the MIT License.


πŸ“« Contact

Darren Kuro – darrenkuro@icloud.com
GitHub: @darrenkuro

About

A function in C that reads and returns the next line from a file descriptor. Part of the 42 core curriculum.

Topics

Resources

License

Stars

Watchers

Forks

Languages