pTextCopy

Copy one string to another, returns bytes copied

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pTextCopy = int function
(
char* dst
,
const(char)* src
)

Meta