#ifndef BASE64_H #define BASE64_H #include void base64_decode(const char *src, char *dest, size_t dest_len); #endif