mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -29,14 +29,14 @@
|
|||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#if !CURL_AT_LEAST_VERSION(7,87,0)
|
||||
#if !CURL_AT_LEAST_VERSION(7, 87, 0)
|
||||
#error "too old libcurl"
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
curl_version_info_data *ver;
|
||||
const char *const *ptr;
|
||||
const char * const *ptr;
|
||||
|
||||
CURLcode res = curl_global_init(CURL_GLOBAL_ALL);
|
||||
if(res)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue