wcscat.c\string\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/string/wcscat.c
blob: d4f00ebdfe0bced482a167e2f891db585aa322d5 (plain) (blame)
1
2
3
4
5
6
7
#include <wchar.h>
wchar_t *wcscat(wchar_t *restrict dest, const wchar_t *restrict src)
{
	wcscpy(dest + wcslen(dest), src);
	return dest;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 21:34:12 +0000

AltStyle によって変換されたページ (->オリジナル) /