高级的字符串管理
/* 比较两个字符串,忽略大小写。 */ extern int strcasecmp (const char *__s1, const char *__s2) __THROW __attribute_pure__ __nonnull ((1, 2));