unicpy
Copies from one specified string to another
#include <unicode.h>
N_EXTERN_LIBRARY(punicode) unicpy (
punicode s1,
const unicode N_FAR *s2);
uses netwin32
Function unicpy
(s1 : punicode;
s2 : const unicode
) : punicode;
Pointer to s1.
unicpy stops copying after it moves the terminating NULL character.
unicpy corresponds to the C strcpy function.
For sample code, see Section 3.14, Example: unicpy.