|
|
@@ -132,6 +132,7 @@ void cu_closefd(int argc, void **argv);
|
|
|
|
|
|
void setcloexec(int fd, const char* fn);
|
|
|
void *m_malloc(size_t);
|
|
|
+void *m_calloc(size_t);
|
|
|
void *m_realloc(void*, size_t);
|
|
|
char *m_strdup(const char *str);
|
|
|
char *m_strndup(const char *str, size_t n);
|