提交 73d2fde1 编写于 作者: R Rich Felker

fix wrong type for wcsrchr argument 2

上级 773b0fe4
#include <wchar.h>
wchar_t *wcsrchr(const wchar_t *s, wint_t c)
wchar_t *wcsrchr(const wchar_t *s, wchar_t c)
{
const wchar_t *p;
for (p=s+wcslen(s); p>=s && *p!=c; p--);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册