first commit
This commit is contained in:
5
src/read_until_nl.h
Normal file
5
src/read_until_nl.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
// this function will read until the next newline character
|
||||
// and save the characters in a string you provide in arg2
|
||||
int read_until_nl(int fd, char line[]);
|
Reference in New Issue
Block a user