aboutsummaryrefslogtreecommitdiff
path: root/lib/io/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/io/io.h')
-rw-r--r--lib/io/io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/io/io.h b/lib/io/io.h
index c373cd0..ac25e87 100644
--- a/lib/io/io.h
+++ b/lib/io/io.h
@@ -3,9 +3,9 @@
#include "../sys/io.h"
-void wstd(const char *buf);
-void rstd(char *buf, unsigned long count);
-void wf(unsigned int fd, char *buf);
+void wstd(const char *buf);
+unsigned long rstd(char *buf, unsigned long count);
+void wf(unsigned int fd, char *buf);
void wstdf__(const char *buf, const void **args);
void wff__(unsigned int fd, const char *buf, const void **args);