mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 07:29:04 +08:00
7bed7ff482
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
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.