From b9038b1c6b31a8f8d6b8b648cee0cf3b457dc24c Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 15 Dec 2022 22:46:25 +0100 Subject: first version of io and wstdf --- lib/sys/write.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sys/write.h') diff --git a/lib/sys/write.h b/lib/sys/write.h index 6ad748e..6447ed8 100644 --- a/lib/sys/write.h +++ b/lib/sys/write.h @@ -3,7 +3,7 @@ #include "syscalls.h" -static int write(unsigned int fd, const char * buf, unsigned long count) +static int write(unsigned int fd, const char *buf, unsigned long count) { return syscall(WRITE, fd, buf, count); } -- cgit v1.2.3-70-g09d2