decode-data-base64 ( data outputLength -- uchar* )


Vocabulary
raylib

Inputs
dataa pointer to a uchar
outputLengtha pointer to a int


Outputs
uchar*apointer to a uchar


Word description
Decode Base64 string data

Definition


LIBRARY: raylib FUNCTION-ALIAS: decode-data-base64 uchar*
DecodeDataBase64 ( uchar* data, int* outputLength )