mailing list of musl libc
 help / color / mirror / code / Atom feed
908fd8d45ae98542f7e827b57f70065fa13ab072 blob 103 bytes (raw)

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

char *(strrchr)(const char *s, int c)
{
	return __memrchr(s, c, strlen(s) + 1);
}
debug log:

solving 908fd8d4 ...
found 908fd8d4 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 98ad1b04 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 98ad1b04549244230eb62fb4bba0e277876d5131	src/string/strrchr.c

applying [1/2] https://inbox.vuxu.org/musl/c166b0a43bfeb6f50b341d752ba0230d42eb08ab.1684932942.git.Jens.Gustedt@inria.fr/
diff --git a/src/string/strrchr.c b/src/string/strrchr.c
index 98ad1b04..908fd8d4 100644

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

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