mess822x 1.23
mess822x
|
Go to the source code of this file.
Functions | |
int | hex2dec (char hex[2]) |
int | mess822_qpencode (stralloc *out, stralloc *in) |
int | mess822_qpdecode (stralloc *out, const char *in, int len, int flag) |
int hex2dec | ( | char | hex[2] | ) |
Definition at line 21 of file mess822_qp.c.
int mess822_qpdecode | ( | stralloc * | out, |
const char * | in, | ||
int | len, | ||
int | flag | ||
) |
Definition at line 103 of file mess822_qp.c.
int mess822_qpencode | ( | stralloc * | out, |
stralloc * | in | ||
) |