s_strncmp
#define Strncmp(a, b, c) s_strncmp(a, b, c)
int s_strncmp(const Char *, const Char *, size_t);