1 // ============================================================================
2 // Artsoft Retro-Game Library
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2021 by Artsoft Entertainment
7 // https://www.artsoft.org/
8 // ----------------------------------------------------------------------------
10 // ============================================================================
18 int base64_encoded_size(int);
19 int base64_decoded_size(const char *);
21 void base64_encode(char *, const void *, int);
22 void base64_decode(byte *, const char *);