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