From 6a169de321b131e73b86967a1a8564365217275a Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sun, 26 Jul 2026 11:09:14 -0700 Subject: clean up types --- ccc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ccc.h') 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 -- cgit v1.2.3