Manpage of WCSLCPY
WCSLCPY
Section: NEWLIB (3)
Updated: 2005 Feb 23
Index
Return to Main Contents
NAME
6.13 `wcslcpy'--copy a wide-character string to specified length
SYNOPSIS
#include <wchar.h>
size_t wcslcpy(wchar_t *DST, const wchar_t *SRC, size_t SIZ);
DESCRIPTION
`wcslcpy' copies wide-characters from SRC to DST such that up to SIZ -
1 characters are copied. A terminating null is appended to the result,
unless SIZ is zero.
RETURNS
`wcslcpy' returns the number of wide-characters in SRC, not including
the terminating null wide-character. If the return value is greater
than or equal to SIZ, then not all wide-characters were copied from SRC
and truncation occurred.
PORTABILITY
No supporting OS subroutines are required.
SEE ALSO
wcslcpy
is part of the
libc
library.
The full documentation for
libc
is maintained as a Texinfo manual. If
info
and
libc
are properly installed at your site, the command
-
info libc
will give you access to the complete manual.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURNS
-
- PORTABILITY
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:25:34 GMT, May 16, 2005
www.fiveanddime.net