aboutsummaryrefslogtreecommitdiffstats
path: root/src/xstdlib/xstdlib.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xstdlib/xstdlib.hpp')
-rw-r--r--src/xstdlib/xstdlib.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xstdlib/xstdlib.hpp b/src/xstdlib/xstdlib.hpp
new file mode 100644
index 0000000..7a2c704
--- /dev/null
+++ b/src/xstdlib/xstdlib.hpp
@@ -0,0 +1,6 @@
+#ifndef ENGINE_XSTDLIB_H
+#define ENGINE_XSTDLIB_H
+
+char *xfread(const char *path, const char *mode);
+
+#endif /* ENGINE_XSTDLIB_H */