Skip to content

lightiverson/get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Next Line

Reading a line on a fd is way too tedious.

Summary

The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.

Goals

This project will not only allow you to add a very convenient function to your collection, but it will also allow you to learn a highly interesting new concept in C programming: static variables.

About

Function that returns a line ending with a newline, read from a file descriptor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages