text-append ( text append position -- )


Vocabulary
raylib

Inputs
texta c-ptr
appenda c-string
positiona pointer to a int


Outputs
None

Word description
Appends to caller-owned writable storage at position and advances the cursor. Reserve sufficient capacity, including the terminating NUL.

Definition


LIBRARY: raylib FUNCTION-ALIAS: text-append void TextAppend
( char* text, c-string append, int* position )