标签: c
可能重复: why does strchr take an int for the char to be found?
char *strchr(const char *string, int c);
为什么strchr()在C中采用int类型? 它是如何工作的?