mailing list of musl libc
 help / color / mirror / code / Atom feed
0941fc515f47bfcc5c63ff50cf8322818c5916ba blob 120 bytes (raw)

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

char *(strpbrk)(const char *s, const char *b)
{
	s += strcspn(s, b);
	return *s ? (char *)s : 0;
}
debug log:

solving 0941fc51 ...
found 0941fc51 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 55947c64 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 55947c641b869f7f75a6ce8aa8f3110aedb70832	src/string/strpbrk.c

applying [1/2] https://inbox.vuxu.org/musl/c166b0a43bfeb6f50b341d752ba0230d42eb08ab.1684932942.git.Jens.Gustedt@inria.fr/
diff --git a/src/string/strpbrk.c b/src/string/strpbrk.c
index 55947c64..0941fc51 100644

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

skipping https://inbox.vuxu.org/musl/a6fc4ae313c0362fadb2db179d781da850995c21.1685541439.git.Jens.Gustedt@inria.fr/ for 0941fc51
index at:
100644 0941fc515f47bfcc5c63ff50cf8322818c5916ba	src/string/strpbrk.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).