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:
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
wchar_t
|
wchar_t *
|
||||||
wcspbrk(const wchar_t *s, const wchar_t *set)
|
wcspbrk(const wchar_t *s, const wchar_t *set)
|
||||||
{
|
{
|
||||||
/* ZZZ unimplemented */
|
/* ZZZ unimplemented */
|
||||||
|
|||||||
Reference in New Issue
Block a user