Files
esp-link/user/base64.h
2014-12-11 21:25:49 +01:00

2 lines
86 B
C

int base64_decode(size_t in_len, const char *in, size_t out_len, unsigned char *out);