Fix wcspbrk() definition to match the prototype.

This commit is contained in:
Sebastian Bauer 2018-03-27 20:00:28 +02:00
parent 391e7e39ad
commit 5733c99ba1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
/****************************************************************************/
wchar_t
wchar_t *
wcspbrk(const wchar_t *s, const wchar_t *set)
{
/* ZZZ unimplemented */