added define for calloc in msp430-common

This commit is contained in:
Oleg Hahm 2013-09-12 16:08:40 +02:00
parent b26153dba9
commit 43eea48d25

View File

@ -4,6 +4,7 @@
#include "oneway_malloc.h"
#define malloc _malloc
#define calloc _calloc
#define realloc _realloc
#define free _free