#pragma once #include <stddef.h> char* base64_encode(size_t* len, char* src, size_t sz); char* base64_decode(size_t* len, char* src, size_t sz);