Definition in file b64.c.
Go to the source code of this file.
Defines | |
#define | _GNU_SOURCE |
I used the sources available from this location: http://base64.sourceforge.net/b64.c The author is: Bob Trower (08/04/01). | |
Functions | |
void | mihl_base64_encode (char const *bin, size_t size, char *bout, size_t maxlen) |
Base64 encode function. | |
void | mihl_base64_decode (char const *bin, size_t size, char *bout, size_t maxlen) |
Base64 decode function. |
#define _GNU_SOURCE |
I used the sources available from this location: http://base64.sourceforge.net/b64.c The author is: Bob Trower (08/04/01).
void mihl_base64_encode | ( | char const * | bin, | |
size_t | size, | |||
char * | bout, | |||
size_t | maxlen | |||
) |
void mihl_base64_decode | ( | char const * | bin, | |
size_t | size, | |||
char * | bout, | |||
size_t | maxlen | |||
) |