strncpy.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/strncpy.c
blob: 545892e6ec5f602deb1d3b46cde440213812a390 (plain) (blame)
1
2
3
4
5
6
7
#include <string.h>
char *strncpy(char *restrict d, const char *restrict s, size_t n)
{
	__stpncpy(d, s, n);
	return d;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月04日 10:10:17 +0000

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