mailing list of musl libc
 help / color / mirror / code / Atom feed
091979363fb2e0f249f58b99cbb6e2fdbf6049b3 blob 119 bytes (raw)

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

char *strcat(char *restrict d, const char *restrict s)
{
	strcpy(d + strlen(d), s);

	return d;
}
debug log:

solving 0919793 ...
found 0919793 in https://inbox.vuxu.org/musl/1365280696-16525-2-git-send-email-nwmcsween@gmail.com/
found 33f749b in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 33f749b1d21c59c0308a08d6bed1339607a0bbd5	src/string/strcat.c

applying [1/1] https://inbox.vuxu.org/musl/1365280696-16525-2-git-send-email-nwmcsween@gmail.com/
diff --git a/src/string/strcat.c b/src/string/strcat.c
index 33f749b..0919793 100644

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

index at:
100644 091979363fb2e0f249f58b99cbb6e2fdbf6049b3	src/string/strcat.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).