added define for calloc in msp430-common
This commit is contained in:
parent
b26153dba9
commit
43eea48d25
@ -4,6 +4,7 @@
|
||||
#include "oneway_malloc.h"
|
||||
|
||||
#define malloc _malloc
|
||||
#define calloc _calloc
|
||||
#define realloc _realloc
|
||||
#define free _free
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user