mirror of
https://github.com/moparisthebest/curl
synced 2024-11-08 10:35:05 -05:00
6 lines
102 B
C
6 lines
102 B
C
#include <curl.h>
|
|
#include <stdio.h>
|
|
|
|
extern char *arg2; /* set by first.c to the argv[2] or NULL */
|
|
|