Current section

Files

Jump to
ex_bardecode src base64.h
Raw

src/base64.h

#ifndef BASE64_H
#define BASE64_H
unsigned char* unbase64(const char* ascii, int len, int *flen);
#endif