This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/moparisthebest/curl
synced
2024-11-08 18:45:05 -05:00
Code
Issues
Releases
Wiki
Activity
77c388c928
curl
/
tests
/
libtest
/
test.h
6 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
include files without the curl/ to reduce the risk of us including the wrong set of include files during tests
2002-12-13 09:14:35 -05:00
#
include
<curl.h>
fixes
2002-12-12 08:40:16 -05:00
#
include
<stdio.h>
set up arg2 to point to argv[2] to be used at will by programs
2002-12-13 11:22:57 -05:00
extern
char
*
arg2
;
/* set by first.c to the argv[2] or NULL */
Reference in New Issue
Copy Permalink