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