aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/grecs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grecs.h b/src/grecs.h
index 1273c7d..99c0453 100644
--- a/src/grecs.h
+++ b/src/grecs.h
@@ -131,6 +131,7 @@ extern void (*grecs_alloc_die_fun) (void);
void *grecs_malloc(size_t size);
void *grecs_zalloc(size_t size);
+void *grecs_calloc(size_t nmemb, size_t size);
void *grecs_realloc(void *ptr, size_t size);
void grecs_alloc_die(void);
char *grecs_strdup(const char *str);

Return to:

Send suggestions and report system problems to the System administrator.