| strncat |
(String str1, String str2, int n) |
yoix.string |
| |
Appends no more than the first
n
characters from the null-terminated string
str2
to the end of the null-terminated string
str2,
and returns a pointer to the null-terminated result.
The first character in
str2
replaces the null character at the end of
str1.
| |
| Return: |
String
| | |
| See Also: |
strcasecmp,
strcat,
strchr,
strcmp,
strcpy,
strcspn,
strdel,
strdup,
strfmt,
strins,
strjoin,
strlen,
strncasecmp,
strncmp,
strncpy,
strpbrk,
strrchr,
strrstr,
strsplit,
strspn,
strstr,
strtok
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|