text-to-integer ( text -- int )


Vocabulary
raylib

Inputs
texta c-string


Outputs
intan int


Word description
Get integer value from text.

Warning
Negative values not supported


Definition