gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:memset from t2ex (0.04 seconds)
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: {
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
275: #if __GNUC_PREREQ__(2, 95) && !defined(__vax__)
276: #define memset(d, v, l)         __builtin_memset(d, v, l)
277: #endif