unicpy(3nw)


unicpy -- copies from one specified string to another

Synopsis

   #include <unicode.h> 
   

unicode N_FAR *N_API unicpy (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.

Notices

unicpy stops copying after it moves the terminating NULL character.

unicpy corresponds to C strcpy.

Services

Unicode

NCP calls

None

References

unincpy(3nw), unipcpy(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.