gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:realloc (0.01 seconds)
tkernel_2
lib/libtk/src/malloc.c - 959B - 42 lines
33: 
34: EXPORT void* realloc( void *ptr, size_t size )
35: {
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
More results from t2ex