unload-file-text ( text -- )


Vocabulary
raylib

Inputs
texta 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