OpenSuSE Man Pages

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | help
x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
WCSLCPY(3bsd)                        LOCAL                       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 charac-
     ter strings.  For a detailed description, refer to documents for the
     respective single-byte counterpart, such as strlcpy(3bsd).

SEE ALSO
     strlcat(3bsd), strlcpy(3bsd).

STANDARDS
     wcslcat() and wcslcpy(), which are BSD extensions.

BSD                              March 4, 2009                             BSD

Want to link to this manual page? Use this URL:
<
http://star2.abcm.com/cgi-bin/bsdi-man?query=wcslcpy&sektion=3bsd&manpath=>

home | help