Go to the source code of this file.
Defines | |
#define | NUMT 4 |
Functions | |
int | main (int argc, char **argv) |
static void * | pull_one_url (void *url) |
Variables | |
const char *const | urls [NUMT] |
#define NUMT 4 |
Definition at line 31 of file multithread.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 68 of file multithread.c.
static void* pull_one_url | ( | void * | url | ) | [static] |
Definition at line 49 of file multithread.c.
{ "https://curl.haxx.se/", "ftp://cool.haxx.se/", "http://www.contactor.se/", "www.haxx.se" }
Definition at line 42 of file multithread.c.