summaryrefslogtreecommitdiff
path: root/avr/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'avr/xmalloc.h')
-rw-r--r--avr/xmalloc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/avr/xmalloc.h b/avr/xmalloc.h
deleted file mode 100644
index cb0019f..0000000
--- a/avr/xmalloc.h
+++ /dev/null
@@ -1,8 +0,0 @@
-
-#ifndef XMALLOC_H
-#define XMALLOC_H
-
-void* xmalloc(size_t size);
-void* xrealloc(void *p, size_t size);
-
-#endif /* XMALLOC_H */