1 2 3 4 5
#pragma once #include <stddef.h> int strcasecmp(const char *s1, const char *s2); int strncasecmp(const char *s1, const char *s2, size_t n);