Skip to content

Latest commit

 

History

History
executable file
·
45 lines (29 loc) · 1.83 KB

README.md

File metadata and controls

executable file
·
45 lines (29 loc) · 1.83 KB

42-get_next_line

My GNL code

Number of lines of code GitHub repo size GitHub last commit

Separator

💡 About the project

Whether it's a file, stdin, or even later a network connection, you will always need a way to read the content line by line. It's time to start working on this feature, which will be essential for your future projects.

This project is finished yet, but not passed to "moulinette" !
Separator

🛠️ Usage

Requirements

The function is written in C language and thus needs the gcc compiler and some standard C libraries to run. This need a main function to compile but you can test with "francinette --timeout 30" if working if you've installed francinette.

My GNL project evaluation

Passed ? Note
../100
Separator

This module was done by rphlr.