gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:fimp_realloc (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_local.h - 23.2KB - 504 lines
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)