Files

7 lines
121 B
C
Raw Permalink Normal View History

2026-03-28 16:54:11 +11:00
#ifndef __DOWNLOAD_H
#define __DOWNLOAD_H
void UrlDownloadToString(const char * url, char * buffer, int * len);
#endif