gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:strlen from t2ex (0.03 seconds)
t2ex
bsd_source/lib/libc/src_bsd/string/strlen.c - 1.9KB - 47 lines
38: size_t
39: strlen(const char *str)
40: {
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
285: #define strcmp(a, b)            __builtin_strcmp(a, b)
286: #define strlen(a)               __builtin_strlen(a)
287: #endif