aboutsummaryrefslogtreecommitdiff
path: root/src/xalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xalloc.h')
-rw-r--r--src/xalloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xalloc.h b/src/xalloc.h
new file mode 100644
index 0000000..da7922f
--- /dev/null
+++ b/src/xalloc.h
@@ -0,0 +1,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.