summaryrefslogtreecommitdiff
path: root/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'alloc.h')
-rw-r--r--alloc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/alloc.h b/alloc.h
new file mode 100644
index 0000000..21122fc
--- /dev/null
+++ b/alloc.h
@@ -0,0 +1,10 @@
1/* Public domain. */
2
3#ifndef ALLOC_H
4#define ALLOC_H
5
6extern /*@null@*//*@out@*/char *alloc();
7extern void alloc_free();
8extern int alloc_re();
9
10#endif