diff options
Diffstat (limited to 'encalloc.c')
-rw-r--r-- | encalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ extern char *argv0; void * -encalloc(int status, size_t n, size_t m) +encalloc(int status, size_t n, size_t m) /* TODO test */ { void *ret = calloc(n, m); if (!ret) { |