SYNOPSIS
#include <string.h>
char *strncat(char *s1, const char *s2, size_t n);
DESCRIPTION
The
The function
PARAMETERS
- s1
-
Is the null terminated string to be modified.
- s2
-
Is the null terminated string to be copied to the end of s1.
- n
-
Is the maximum number of characters to append.
RETURN VALUES
The
CONFORMANCE
ANSI/ISO 9899-1990.
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.