mongoose/docs/c-api/mg_util.h/mg_base64_encode.md
Dmitry Frank 3eb4eb8074 Fix mongoose docs generation
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
2018-02-03 01:20:48 +02:00

345 B

title decl_name symbol_kind signature
mg_base64_encode() mg_base64_encode func void mg_base64_encode(const unsigned char *src, int src_len, char *dst);

Base64-encode chunk of memory src, src_len into the destination dst. Destination has to have enough space to hold encoded buffer. Destination is '\0'-terminated.