Handbook
Glossary
text-to-integer ( text -- int )
Vocabulary
raylib
Inputs
text
a
c-string
Outputs
int
an
int
Word description
Get integer value from text.
Warning
Negative values not supported
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-to-integer
int
TextToInteger (
c-string
text )