diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 18:08:55 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 18:08:55 +0100 |
| commit | 6e40a34fef4b4b140442cc34408b2442043eba21 (patch) | |
| tree | acae1f3828a067e66683bb349054d9c7e7cf8842 /lib/io/io.h | |
| parent | 05cf1511dfcde10717894bab2004150ad43cca3f (diff) | |
chagne system structure and fix env
Diffstat (limited to 'lib/io/io.h')
| -rw-r--r-- | lib/io/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |