Handbook
Glossary
text-append ( text append position -- )
Vocabulary
raylib
Inputs
text
a
c-ptr
append
a
c-string
position
a
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
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-append
void TextAppend
( char* text,
c-string
append, int* position )