Search | Google it | Results 1 - 2 of 2 for fundef:strcpy from t2ex (0.09 seconds) |
43: char * 44: strcpy(char *to, const char *from) 45: {
283: #if __GNUC_PREREQ__(2, 95) 284: #define strcpy(d, s) __builtin_strcpy(d, s) 285: #define strcmp(a, b) __builtin_strcmp(a, b)