Project to create a function that will always get the next line from a file (or stdin), regardless of buffer reading size. Mostly used in later projects during parsing.

disclaimer:

get_next_line project at Codam.

Not intended for copying.

Just because I passed with this, doesn't mean it's necessarily correct.