From 2661812e3fc3f7385a5f8343172afc173f594efe Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 17 Feb 2009 02:28:08 +0100 Subject: Adding stalloc system. --- stalloc.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stalloc.h (limited to 'stalloc.h') 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 -- cgit v1.2.3