From 6e40a34fef4b4b140442cc34408b2442043eba21 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 11 Feb 2023 18:08:55 +0100 Subject: chagne system structure and fix env --- lib/io/io.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/io/io.h') diff --git a/lib/io/io.h b/lib/io/io.h index 6bf0a3b..887d911 100644 --- a/lib/io/io.h +++ b/lib/io/io.h @@ -7,6 +7,7 @@ void wstd(const char *buf); unsigned long rstd(char *buf, unsigned long count); void wf(unsigned int fd, char *buf); void putchar(const char c); +int get_next_line_from_fd(unsigned int fd, char *buf); void wstdf__(const char *buf, const void **args); void wff__(unsigned int fd, const char *buf, const void **args); -- cgit v1.2.3-70-g09d2