Handbook
Glossary
decode-data-base64 ( data outputLength -- uchar* )
Vocabulary
raylib
Inputs
data
a
pointer
to a
uchar
outputLength
a
pointer
to a
int
Outputs
uchar*
a
pointer
to a
uchar
Word description
Decode Base64 string data
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
decode-data-base64
uchar*
DecodeDataBase64 ( uchar* data, int* outputLength )