#ifndef BASE64_H #define BASE64_H #include size_t base64_decode(const char *in, size_t in_len, unsigned char *out); #endif // BASE64_H