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