diff options
Diffstat (limited to 'support/include/xmalloc.h')
-rw-r--r-- | support/include/xmalloc.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/support/include/xmalloc.h b/support/include/xmalloc.h index 866cfd8..8b82800 100644 --- a/support/include/xmalloc.h +++ b/support/include/xmalloc.h @@ -1,16 +1 @@ -/* - * xmalloc Module for memory allocation. Drop in your - * debugging malloc module if you feel like it. - * - * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de> - */ - -#ifndef XMALLOC_H -#define XMALLOC_H - -void *xmalloc(size_t size); -void *xrealloc(void *ptr, size_t size); -char *xstrdup(const char *s); -void xfree(void *ptr); - -#endif /* XMALLOC_H */ +#include "xcommon.h" |