Handbook
Glossary
text-copy ( dst src -- int )
Vocabulary
raylib
Inputs
dst
a
c-string
src
a
c-string
Outputs
int
an
int
Word description
Copy one string to another, returns bytes copied
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-copy
int TextCopy
(
c-string
dst,
c-string
src )