mailing list of musl libc
 help / color / mirror / code / Atom feed
0c72c197b33b5be8a07543a30e1e250caeae4470 blob 132 bytes (raw)

1
2
3
4
5
6
7
 
#include <wchar.h>

wchar_t *wcspbrk(const wchar_t *s, const wchar_t *b)
{
	s += wcscspn(s, b);
	return *s ? (wchar_t *)s : NULL;
}
debug log:

solving 0c72c197 ...
found 0c72c197 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).