aboutsummaryrefslogtreecommitdiff
path: root/misc/try_int.h2
diff options
context:
space:
mode:
Diffstat (limited to 'misc/try_int.h2')
-rw-r--r--misc/try_int.h25
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/try_int.h2 b/misc/try_int.h2
new file mode 100644
index 0000000..c010eaf
--- /dev/null
+++ b/misc/try_int.h2
@@ -0,0 +1,5 @@
+#ifndef INT_DEFS_H
+#define INT_DEFS_H
+typedef unsigned Z uint32t;
+typedef Z int32t;
+#endif