gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:strncmp (0.01 seconds)
tkernel_2
monitor/cmdsvc/src/string.c - 6.8KB - 262 lines
223:  */
224: int strncmp( const char *s1, const char *s2, size_t n )
225: {
t2ex
bsd_source/lib/libc/src_bsd/string/strncmp.c - 2.1KB - 51 lines
38: int
39: strncmp(const char *s1, const char *s2, size_t n)
40: {