Format: AllC/C++CSSTextshell script Advanced Search
65: #define fimp_calloc(n, i) Vcalloc(n, i) 66: #define fimp_realloc(p, n) Vrealloc(p, n) 67: #define fimp_free(p) Vfree(p)