Link to this page
Print this page
Parent topic
:
C API functions
C-Extensions
/
C API functions
stcopy()
Copies a string to another location.
Syntax
void stcopy(char *
src
, char *
dst
);
src
is a pointer to the string that you want to copy.
dst
is a pointer to a location in memory where the string is copied.