Format: AllC/C++CSSTextshell script Advanced Search
23: /* memset : fill memory area */ 24: void* knl_memset( void *s, int c, SZ n ) 25: {