Handbook
Glossary
unload-file-text ( text -- )
Vocabulary
raylib
Inputs
text
a
c-ptr
Outputs
None
Word description
Releases the original pointer returned by load-file-text-raw. The load-file-text convenience already releases its native allocation; do not pass its Factor string here.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
unload-file-text
void
UnloadFileText ( char* text )