summaryrefslogtreecommitdiff
path: root/rt/rt.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt/rt.h')
-rw-r--r--rt/rt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rt/rt.h b/rt/rt.h
new file mode 100644
index 0000000..c3670d5
--- /dev/null
+++ b/rt/rt.h
@@ -0,0 +1,8 @@
+#ifndef RT_RT_H
+#define RT_RT_H
+
+#include "assert.h"
+#include "stdint.h"
+#include "stddef.h"
+
+#endif \ No newline at end of file