base64.h 77 B

1234
  1. /* Header file for base64.c */
  2. char *base64 (const char *bin, size_t len);