| strncpy |
(String str1, String str2, int n) |
yoix.string |
| |
Copies exactly
n
characters from
str2
into
str1,
but only null characters are transferred after the first
null character is copied.
strncpy
returns a pointer to the result, which may not be null terminated.
| |
| Return: |
String
| | |
| See Also: |
overlay,
strcasecmp,
strcat,
strchr,
strcmp,
strcpy,
strcspn,
strdel,
strdup,
strfmt,
strins,
strjoin,
strlen,
strncasecmp,
strncat,
strncmp,
strpbrk,
strrchr,
strrstr,
strsplit,
strspn,
strstr,
strtok
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|