summaryrefslogtreecommitdiffstats
path: root/byterun/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/alloc.h')
-rw-r--r--byterun/alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/alloc.h b/byterun/alloc.h
index a0cd41b65..f00a7ef0e 100644
--- a/byterun/alloc.h
+++ b/byterun/alloc.h
@@ -37,6 +37,7 @@ CAMLextern value caml_copy_int64 (int64); /* defined in [ints.c] */
CAMLextern value caml_copy_nativeint (intnat); /* defined in [ints.c] */
CAMLextern value caml_alloc_array (value (*funct) (char const *),
char const ** array);
+CAMLextern value caml_alloc_sprintf(const char * format, ...);
typedef void (*final_fun)(value);
CAMLextern value caml_alloc_final (mlsize_t, /*size in words*/