aboutsummaryrefslogtreecommitdiff
path: root/include/_rune.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/_rune.h')
-rw-r--r--include/_rune.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/_rune.h b/include/_rune.h
new file mode 100644
index 0000000..26c0df1
--- /dev/null
+++ b/include/_rune.h
@@ -0,0 +1,8 @@
+#ifndef MLIB__RUNE_H
+#define MLIB__RUNE_H
+
+#include <stdint.h>
+
+typedef uint_least32_t rune;
+
+#endif /* !MLIB__RUNE_H */