mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-05 02:49:00 +08:00
3eb4eb8074
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
345 B
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.