aboutsummaryrefslogtreecommitdiffstats
path: root/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/memory.h b/memory.h
deleted file mode 100644
index 546aa2d..0000000
--- a/memory.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef MEMORY_H_
-#define MEMORY_H_
-
-void *malloc(unsigned int);
-void *calloc(unsigned int, unsigned int);
-void free(void *);
-
-#endif // MEMORY_H_