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

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

NAME    [Toc]    [Back]

       wcsncat - concatenate two wide-character strings

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wcsncat (wchar_t *dest, const wchar_t *src, size_t n);

DESCRIPTION    [Toc]    [Back]

       The  wcsncat  function  is the wide-character equivalent of the strncat
       function. It copies at most n wide characters from  the	wide-character
       string  pointed	to  by	src  to  the  end of the wide-character string
       pointed to by dest, and adds a terminating L'\0' character.

       The strings may not overlap.

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

RETURN VALUE    [Toc]    [Back]

       wcsncat returns dest.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

       strncat(3), wcscat(3)



GNU				  1999-07-25			    WCSNCAT(3)
[ Back ]

WCSNCAT(3)

      
      

Contents

 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
MPAA | Mortgage | Bankruptcy | Credit Cards UK | Secured Loans
Copyright © 2004-2005 DeniX Solutions SRL