aboutsummaryrefslogtreecommitdiff
path: root/src/xalloc.h
blob: eb49573441e5573418008c6c7eaf354aa55a9da1 (plain)
1
2
3
4
void *xmalloc(size_t s);
void *xmemdup(void const *p, size_t s);
void *xcalloc(size_t count, size_t size);
char *xstrdup(const char *s);

Return to:

Send suggestions and report system problems to the System administrator.