summaryrefslogtreecommitdiff
path: root/ccc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccc.h')
-rw-r--r--ccc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ccc.h b/ccc.h
index 37bcbf1..d9bbc2b 100644
--- a/ccc.h
+++ b/ccc.h
@@ -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