summaryrefslogtreecommitdiff
path: root/acorn/include
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-02-05 14:48:24 -0800
committerPixel <pixel@nobis-crew.org>2011-02-05 14:48:24 -0800
commitdf0cc5d42c6b6ce77b28b19415a2d25e41fb0b97 (patch)
tree14bfc476ae305467a1990be3f19679ac7434ff19 /acorn/include
parentd257cf29744f732c4d9b1a741a26164940e87b90 (diff)
Adding library acorn, with malloc wrapping.
Diffstat (limited to 'acorn/include')
-rw-r--r--acorn/include/malloc_wrapper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acorn/include/malloc_wrapper.h b/acorn/include/malloc_wrapper.h
new file mode 100644
index 0000000..bbaef9f
--- /dev/null
+++ b/acorn/include/malloc_wrapper.h
@@ -0,0 +1,6 @@
+#ifndef __MALLOC_WRAPPER_H__
+#define __MALLOC_WRAPPER_H__
+
+void init_malloc_wrapper();
+
+#endif