From 21a24f90c5aaaaf13f91716208b32cde163c5918 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 21 Aug 2014 11:36:14 +0200 Subject: Create include directory --- avr/xmalloc.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 avr/xmalloc.h (limited to 'avr/xmalloc.h') 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 */ -- cgit v1.2.3