gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:strcpy from t2ex (0.09 seconds)
t2ex
bsd_source/lib/libc/src_bsd/string/strcpy.c - 2.0KB - 50 lines
43: char *
44: strcpy(char *to, const char *from)
45: {
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
283: #if __GNUC_PREREQ__(2, 95)
284: #define strcpy(d, s)            __builtin_strcpy(d, s)
285: #define strcmp(a, b)            __builtin_strcmp(a, b)