Adding files to initialize, update, and read key-value (to be used together with...
[iotcloud.git] / version2 / src / C / mymemory.h
1 #ifndef MYMEMORY_H
2 #define MYMEMORY_H
3 #define ourmalloc malloc
4 #define ourcalloc calloc
5 #define ourfree free
6 #define ourrealloc realloc
7 #endif