mailing list of musl libc
 help / color / mirror / code / Atom feed
eb76b5ff6aaaacb6298bb02afc8ab8204c07f7a2 blob 134 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 eb76b5ff ...
found eb76b5ff in https://inbox.vuxu.org/musl/c166b0a43bfeb6f50b341d752ba0230d42eb08ab.1684932942.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/a6fc4ae313c0362fadb2db179d781da850995c21.1685541439.git.Jens.Gustedt@inria.fr/
found 0c72c197 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 0c72c197b33b5be8a07543a30e1e250caeae4470	src/string/wcspbrk.c

applying [1/2] https://inbox.vuxu.org/musl/c166b0a43bfeb6f50b341d752ba0230d42eb08ab.1684932942.git.Jens.Gustedt@inria.fr/
diff --git a/src/string/wcspbrk.c b/src/string/wcspbrk.c
index 0c72c197..eb76b5ff 100644

Checking patch src/string/wcspbrk.c...
Applied patch src/string/wcspbrk.c cleanly.

skipping https://inbox.vuxu.org/musl/a6fc4ae313c0362fadb2db179d781da850995c21.1685541439.git.Jens.Gustedt@inria.fr/ for eb76b5ff
index at:
100644 eb76b5ff6aaaacb6298bb02afc8ab8204c07f7a2	src/string/wcspbrk.c

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).