Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

strcpy64(3) Guardian Native C Library Calls Reference Manual
NAME
strcpy64 - Copies strings
LIBRARY
H-series and J-series native Guardian processes: implicit libraries
H-series and J-series OSS processes: implicit libraries
SYNOPSIS
#include <string.h>
char _ptr64 *strcpy64(
char _ptr64 *s1,
const char _ptr64 *s2);
PARAMETERS
s1 Species the destination string for the copying.
s2 Species the source string for the copying.
DESCRIPTION
The strcpy64() function copies the string pointed to by the s2 parameter, including the terminat-
ing null character, to the location pointed to by the s1 parameter. When operating on overlapping
strings, the behavior of this function is unreliable.
RETURN VALUES
Upon successful completion, the strcpy64() function returns a pointer to the resulting string.
Otherwise, this function returns a null pointer.
RELATED INFORMATION
Functions: strcat64(3), strchr64(3), strcmp64(3), strlen64(3), strncat64(3), strncmp64(3),
strncpy64(3), strstr64(3).
688 Hewlett-Packard Company 527192-018