Search | Google it | Results 1 - 2 of 2 for fundef:bcmp (0.01 seconds) |
41: int 42: bcmp(const void *b1, const void *b2, size_t length) 43: {
277: #define bzero(src, len) memset((src), 0, (len)) 278: #define bcmp(a, b, len) memcmp((a), (b), (len)) 279: #endif /* KERNEL */