diff options
Diffstat (limited to 'ccc.h')
| -rw-r--r-- | ccc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ typedef long long sintegral_t; typedef double floating_t; void* ccc_alloc(integral_t sz); +char* ccc_sprintf(const char* format, ...); #endif |
