diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-15 22:46:25 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-15 22:46:25 +0100 |
| commit | b9038b1c6b31a8f8d6b8b648cee0cf3b457dc24c (patch) | |
| tree | d967cf38fba25c1a3eed621026f37891bba8f191 /lib/sys/io.h | |
| parent | 02062f0cf84e1cb7fb294de54b0c00db6323c529 (diff) | |
first version of io and wstdf
Diffstat (limited to 'lib/sys/io.h')
| -rw-r--r-- | lib/sys/io.h | 4 |
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" |