mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -39,7 +39,8 @@ int main(void)
|
|||
|
||||
curl = curl_easy_init();
|
||||
if(curl) {
|
||||
const char *urls[] = { "https://example.com",
|
||||
const char *urls[] = {
|
||||
"https://example.com",
|
||||
"https://curl.se",
|
||||
"https://www.example/",
|
||||
NULL /* end of list */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue