mailing list of musl libc
 help / color / mirror / code / Atom feed
33f749b1d21c59c0308a08d6bed1339607a0bbd5 blob 134 bytes (raw)

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

char *strcat(char *restrict dest, const char *restrict src)
{
	strcpy(dest + strlen(dest), src);
	return dest;
}
debug log:

solving 33f749b1 ...
found 33f749b1 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).