1
0
mirror of https://github.com/opa334/TrollStore.git synced 2024-12-04 23:03:07 +08:00
TrollStore/RootHelper/external/include/choma/Base64.h

11 lines
227 B
C
Raw Normal View History

#ifndef BASE64_H
#define BASE64_H
#include <stdint.h>
#include <stdlib.h>
char *base64_encode(const unsigned char *data,
size_t input_length,
size_t *output_length);
#endif // BASE64_H