#ifndef __DOWNLOAD_H #define __DOWNLOAD_H void UrlDownloadToString(const char * url, char * buffer, int * len); #endif