summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/types.h b/types.h
new file mode 100644
index 0000000..9812674
--- /dev/null
+++ b/types.h
@@ -0,0 +1,10 @@
+/*
+ * $Header: /home/sater/bridge/bigdeal/RCS/types.h,v 1.2 1999/12/11 09:42:54 sater Exp $
+ */
+
+typedef unsigned char byte;
+typedef unsigned long dword;
+
+#define RMDsize 160
+#define RMDbytes (RMDsize/8)
+#define RMDdwords (RMDsize/32)