RCP API
6.61.0
◆
base64_decode()
size_t base64_decode
(
const char *
source
,
unsigned char *
target
,
size_t
targetlen
)
decode base64 encoded data
Parameters
source
the encoded data (zero terminated)
target
pointer to the target buffer
targetlen
length of the target buffer
Returns
length of converted data on success, -1 otherwise
amalgamation
rcp_api.c
Generated by
1.8.13