gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:Srealloc (0.00 seconds)
t2ex
t2ex_source/lib/libc/src/stdlib/malloc.c - 2.4KB - 73 lines
66: {
67:         return Srealloc( ptr, size );
68: }
t2ex_source/lib/libtk/src_t2ex/malloc.c - 2.6KB - 89 lines
75: #ifdef T2EX
76:         return Srealloc(ptr, size);
77: #else