gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Krealloc (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
152: void* Krealloc( void *ptr, size_t size );
153: #define realloc(ptr,size) Krealloc(ptr,size)
154: #endif