load-text-lines ( text count -- c-string* )


Vocabulary
raylib

Inputs
texta c-string
counta pointer to a int


Outputs
c-string*a pointer to an array of c-string


Word description
Load text as separate lines ('\n')

Definition


LIBRARY: raylib FUNCTION-ALIAS: load-text-lines c-string*
LoadTextLines ( c-string text, int* count )