aboutsummaryrefslogtreecommitdiff
path: root/lib/sys/io.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2022-12-15 22:46:25 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2022-12-15 22:46:25 +0100
commitb9038b1c6b31a8f8d6b8b648cee0cf3b457dc24c (patch)
treed967cf38fba25c1a3eed621026f37891bba8f191 /lib/sys/io.h
parent02062f0cf84e1cb7fb294de54b0c00db6323c529 (diff)
first version of io and wstdf
Diffstat (limited to 'lib/sys/io.h')
-rw-r--r--lib/sys/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sys/io.h b/lib/sys/io.h
index 3048ebe..8086869 100644
--- a/lib/sys/io.h
+++ b/lib/sys/io.h
@@ -1,5 +1,5 @@
-#ifndef IO_H
-#define IO_H
+#ifndef IO_SYS_H
+#define IO_SYS_H
#include "write.h"
#include "read.h"