Search | Google it | Results 1 - 2 of 2 for fundef:memcmp from t2ex (0.01 seconds) |
39: int 40: memcmp(const void *s1, const void *s2, size_t n) 41: {
272: #define memcpy(d, s, l) __builtin_memcpy(d, s, l) 273: #define memcmp(a, b, l) __builtin_memcmp(a, b, l) 274: #endif