| strcat |
(String str1, String str2) |
yoix.string |
| |
Appends a copy of the null-terminated string
str2
to the end of the null-terminated string
str1,
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,
strchr,
strcmp,
strcpy,
strcspn,
strdel,
strdup,
strfmt,
strins,
strjoin,
strlen,
strncasecmp,
strncat,
strncmp,
strncpy,
strpbrk,
strrchr,
strrstr,
strsplit,
strspn,
strstr,
strtok
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|