aboutsummaryrefslogtreecommitdiff
path: root/uint64.h2
diff options
context:
space:
mode:
Diffstat (limited to 'uint64.h2')
-rw-r--r--uint64.h28
1 files changed, 8 insertions, 0 deletions
diff --git a/uint64.h2 b/uint64.h2
new file mode 100644
index 0000000..8a0f315
--- /dev/null
+++ b/uint64.h2
@@ -0,0 +1,8 @@
+#ifndef UINT64_H
+#define UINT64_H
+
+/* sysdep: +ulong64 */
+
+typedef unsigned long uint64;
+
+#endif