Handbook
Glossary
get-codepoint-previous ( text codepointSize -- int )
Vocabulary
raylib
Inputs
text
a
c-string
codepointSize
a
pointer
to a
int
Outputs
int
an
int
Word description
Get previous codepoint in a UTF-8 encoded string, 0x3f('?') is returned on failure
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-codepoint-previous
int
GetCodepointPrevious (
c-string
text, int* codepointSize )