other versions
- Tumbleweed 0.11.7-2.8
- Leap-16.0
- Leap-15.6
| wcslcpy(3bsd) | 3bsd | wcslcpy(3bsd) |
NAME¶
wcslcat, wcslcpy,
— wide character string manipulation
operations
LIBRARY¶
library “libbsd”
SYNOPSIS¶
#include <wchar.h>
(See libbsd(7) for include usage.)
size_t
wcslcat(wchar_t
*s1, const wchar_t
*s2, size_t n);
size_t
wcslcpy(wchar_t
*s1, const wchar_t
*s2, size_t n);
DESCRIPTION¶
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as strlcpy(3bsd).
SEE ALSO¶
STANDARDS¶
wcslcat() and
wcslcpy(), which are BSD extensions.
| March 4, 2009 | Linux 6.4.0-150700.53.19-default |