17static const char hexchar[16] =
"0123456789ABCDEF";
36 if (ch !=
' ' && ch !=
'\n' && ch !=
'\t' &&
37 (ch > 126 || ch < 33 || ch == 61)) {
39 *(cpout++) = hexchar[(ch >> 4) & 0xf];
40 *(cpout++) = hexchar[ch & 0xf];
Error messages. If you translate these, I would urge you to keep the English version as well....
void encode_qp(const char *indata, unsigned int n, stralloc *outdata)
const char * logmsg(const char *dir, unsigned long num, unsigned long listno, unsigned long subs, int done)