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

Return to:

Send suggestions and report system problems to the System administrator.