Handbook
Glossary
save-file-text ( fileName text -- bool )
Vocabulary
raylib
Inputs
fileName
a
c-string
text
a
c-string
Outputs
bool
a
bool
Word description
Save text data to file (write), string must be ' ' terminated, returns true on success
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
save-file-text
bool
SaveFileText (
c-string
fileName,
c-string
text )