Handbook
Glossary
text-to-upper ( text -- c-string )
Vocabulary
raylib
Inputs
text
a
c-string
Outputs
c-string
a
c-string
Word description
Get upper case version of provided string
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-to-upper
c-string
TextToUpper (
c-string
text )