b64enc.h 199 B

1234
  1. /* Returns length of encoded output, null terminator not counted.
  2. * Returns `-1` when encountering a bug in the code logic.
  3. */
  4. long b64enc(unsigned char *out, const unsigned char *in, long len);