Vuo 2.4.4
Loading...
Searching...
No Matches
VuoUrlFetch.h
Go to the documentation of this file.
1
10#ifdef __cplusplus
11extern "C"
12{
13#endif
14
15#include "VuoText.h"
16
17bool VuoUrl_fetch(const char *url, void **data, unsigned int *dataLength);
18
19#ifdef __cplusplus
20}
21#endif