Handbook
Glossary
text-split ( text delimiter count -- c-string* )
Vocabulary
raylib
Inputs
text
a
c-string
delimiter
a
char
count
a
pointer
to a
int
Outputs
c-string*
a
pointer
to an array of
c-string
Word description
Split text into multiple strings
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-split
c-string*
TextSplit (
c-string
text,
char
delimiter, int* count )