gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:memset (0.02 seconds)
tkernel_2
monitor/cmdsvc/src/string.c - 6.8KB - 262 lines
36:  */
37: void* memset( void *s, int c, size_t n )
38: {
t2ex
bsd_source/lib/libc/src_bsd/string/memset.c - 2.0KB - 47 lines
36: void *
37: memset(void *dst, int c, size_t n)
38: {
More results from t2ex