strrchr函数用于在字符串中查找最后一次出现指定字符的位置,并返回该字符所在位置的指针。
其用法如下:
const char *strrchr(const char *str, int ch);
参数说明:
返回值: