summaryrefslogtreecommitdiff
path: root/stalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'stalloc.h')
-rw-r--r--stalloc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/stalloc.h b/stalloc.h
new file mode 100644
index 0000000..4d5cbce
--- /dev/null
+++ b/stalloc.h
@@ -0,0 +1,8 @@
+#ifndef __STALLOC_H__
+#define __STALLOC_H__
+
+void * st_alloc(size_t s);
+char * st_strdup(const char * src);
+void st_shutdown();
+
+#endif