c strings.h

strcasecmp Function

1
2
3

int (const char *s1, const char *s2);

1
2
3

void bzero(void *s, size_t n);
// Description: The bzero() function sets the first n bytes of the area starting at s to zero (bytes containing 'o');