diff options
author | Thomas "Cakeisalie5" Touhey <thomas@touhey.fr> | 2018-08-30 11:52:30 +0200 |
---|---|---|
committer | Thomas "Cakeisalie5" Touhey <thomas@touhey.fr> | 2018-08-30 11:52:30 +0200 |
commit | 54e75699b06aa9d2e4f276239bf062ba46142055 (patch) | |
tree | 255385c664d97a61d12a4b4da8b6a70506a67041 /include/libtio/native.h |
Compiles now.
Diffstat (limited to 'include/libtio/native.h')
-rw-r--r-- | include/libtio/native.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/libtio/native.h b/include/libtio/native.h new file mode 100644 index 0000000..b0e1d0b --- /dev/null +++ b/include/libtio/native.h @@ -0,0 +1,8 @@ +#ifndef TIO_NATIVE_H +# define TIO_NATIVE_H 20180710 +# include "cdefs.h" +# include "stream.h" + +/* This header provides native OS support. TODO */ + +#endif /* TIO_NATIVE_H */ |