New function: xalloc_and_zero()

This commit is contained in:
Ivo Timmermans 2000-10-20 16:43:13 +00:00
parent 4059151732
commit 699e159a7a
2 changed files with 16 additions and 0 deletions

View file

@ -19,5 +19,6 @@ extern char *const xalloc_msg_memory_exhausted;
extern void (*xalloc_fail_func) ();
void *xmalloc PARAMS ((size_t n));
void *xmalloc_and_zero PARAMS ((size_t n));
void *xcalloc PARAMS ((size_t n, size_t s));
void *xrealloc PARAMS ((void *p, size_t n));