Tweaks
This commit is contained in:
parent
c8464bc731
commit
05992a6fce
2 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
#define RL_MALLOC(sz) malloc(sz)
|
||||
#endif
|
||||
#ifndef RL_CALLOC
|
||||
#define RL_CALLOC(ptr,sz) calloc(ptr,sz)
|
||||
#define RL_CALLOC(n,sz) calloc(n,sz)
|
||||
#endif
|
||||
#ifndef RL_REALLOC
|
||||
#define RL_REALLOC(ptr,sz) realloc(ptr,sz)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue