Skip to content
GitLab
Explore
Sign in
tlmsp-curl
tests
libtest
test.h
Find file
Normal view
Permalink
test.h
102 B
Newer
Older
include files without the curl/ to reduce the risk of us including the wrong
Daniel Stenberg
committed
Dec 13, 2002
1
#include
<curl.h>
fixes
Daniel Stenberg
committed
Dec 12, 2002
2
3
#include
<stdio.h>
set up arg2 to point to argv[2] to be used at will by programs
Daniel Stenberg
committed
Dec 13, 2002
4
5
extern
char
*
arg2
;
/* set by first.c to the argv[2] or NULL */