SYNOPSIS
#include <wchar.h>
wchar_t *wcsncat(wchar_t *ws1, const wchar_t *ws2, size_t n);
DESCRIPTION
The
PARAMETERS
- ws1
-
Is the null-terminated destination string.
- ws2
-
Is the null-terminated source string.
- n
-
Is the number of characters to append.
RETURN VALUES
The
CONFORMANCE
ANSI/ISO 9899-1990/AM 1-1995.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.