#ifndef BASE64_HEADER_FILE #define BASE64_HEADER_FILE #include #include void base64_encode (const uint8_t *in, size_t ilen, char *out); #endif