diff options
Diffstat (limited to 'ccc.h')
| -rw-r--r-- | ccc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #define ARRAY_SZ(x) (sizeof(x) / sizeof(x[0])) typedef unsigned long long integral_t; +typedef long long sintegral_t; typedef double floating_t; void* ccc_alloc(integral_t sz); |
