summaryrefslogtreecommitdiff
path: root/ccc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccc.h')
-rw-r--r--ccc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ccc.h b/ccc.h
index b846056..475704a 100644
--- a/ccc.h
+++ b/ccc.h
@@ -3,4 +3,7 @@
#define CCC_PANIC { perror("ccc"); exit(1); }
+typedef unsigned long long integral_t;
+typedef double floating_t;
+
#endif