Vuo  2.3.2
VuoBase64.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 char *VuoBase64_encode(long long length, char const *data);
17 char *VuoBase64_decode(char const *text, long long *outputLength);
18 
19 #ifdef __cplusplus
20 }
21 #endif