Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

OSS Library Calls (s) strcpy64(3)
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 Specifies the destination string for the copying.
s2 Specifies 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).
527187-017 Hewlett-Packard Company 6139