gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:knl_memcpy (0.00 seconds)
mtkernel_3
kernel/tstdlib/string.c - 3.2KB - 153 lines
64: /* memcpy : copy memory */
65: void* knl_memcpy( void *dst, const void *src, SZ n )
66: {