1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

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

View File

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