标签: c memory parameters language-lawyer standard-library
我想知道为什么标准函数 strchr 的第二个参数是一个整数,知道它会被转换为char吗?
原型:
strchr(const char *s, int c)