gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:calloc (0.00 seconds)
tkernel_2
lib/libtk/src/malloc.c - 959B - 42 lines
28: 
29: EXPORT void* calloc( size_t nmemb, size_t size )
30: {
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdlib.h - 10.3KB - 357 lines
126: void* Kcalloc( size_t nmemb, size_t size );
127: #define calloc(nmemb,size) Kcalloc(nmemb,size)
128: #endif
More results from t2ex