gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:knl_memset (0.00 seconds)
mtkernel_3
kernel/tstdlib/string.c - 3.2KB - 153 lines
23: /* memset : fill memory area */
24: void* knl_memset( void *s, int c, SZ n )
25: {