*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> wcscat (3)              
Title
Content
Arch
Section
 

WCSCAT(3)

Contents


NAME    [Toc]    [Back]

       wcscat - concatenate two wide-character strings

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wcscat (wchar_t *dest, const wchar_t *src);

DESCRIPTION    [Toc]    [Back]

       The  wcscat  function  is  the  wide-character equivalent of the strcat
       function. It copies  the  wide-character  string  pointed  to  by  src,
       including the terminating L'\0' character, to the end of the wide-character
 string pointed to by dest.

       The strings may not overlap.

       The  programmer	must  ensure  that  there  is  room   for   at	 least
       wcslen(dest)+wcslen(src)+1 wide characters at dest.

RETURN VALUE    [Toc]    [Back]

       wcscat returns dest.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       strcat(3), wcsncat(3), wcscpy(3), wcpcpy(3)



GNU				  1999-07-25			     WCSCAT(3)
[ Back ]
 Similar pages
Name OS Title
wcscmp Linux compare two wide-character strings
wcstok Tru64 Split wide-character strings into tokens
wcscat Tru64 Perform operations on wide-character strings
wcscpy Tru64 Perform operations on wide-character strings
wcstok_r Tru64 Split wide-character strings into tokens
wcscmp Tru64 Perform operations on wide-character strings
strncat OpenBSD concatenate strings
strcat Linux concatenate two strings
strncat NetBSD concatenate strings
strcat NetBSD concatenate strings
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service