unipcpy(3nw)
unipcpy --
copies one string to another up to null termination
Synopsis
#include <unicode.h>
unicode N_FAR
N_API unipcpy
(unicode N_FAR
s1,
unicode N_FAR
s2);
Description
The parameters are as follows:
- s1
-
(OUT) Points to the destination string.
- s2
-
(IN) Points to the source string.
Return values
Pointer to s1+ unilen(s2).
Notices
unipcpy copies s2 to s1, stopping after
moving the terminating null character.
unipcpy has no corresponding C function.
Services
Unicode
NCP calls
None
References
unicpy(3nw),
unincpy(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.