still wip
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifdef B64_HEADER
|
||||
#define B64_HEADER
|
||||
#ifndef BASE64_HEADER_FILE
|
||||
#define BASE64_HEADER_FILE
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int base64_encode(const uint8_t *in, size_t ilen, char *out);
|
||||
void base64_encode(const uint8_t *in, size_t ilen, char *out);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user