mirror of
https://github.com/curl/curl.git
synced 2026-04-20 11:11:13 +03:00
6 lines
122 B
C
6 lines
122 B
C
#include <curl.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
extern char *arg2; /* set by first.c to the argv[2] or NULL */
|
|
|