fehQlibs 26
Qlibs
|
base64 en+decoding of strings More...
Go to the source code of this file.
Macros | |
#define | B64PAD '=' |
Functions | |
int | b64decode (const unsigned char *in, int l, stralloc *out) |
int | b64encode (stralloc *in, stralloc *out) |
base64 en+decoding of strings
Definition in file base64.c.
int b64decode | ( | const unsigned char * | in, |
int | l, | ||
stralloc * | out | ||
) |