1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/libtest/first.c
2002-12-12 12:11:16 +00:00

11 lines
176 B
C

#include <curl/curl.h>
int main(int argc, char **argv)
{
if(argc< 2 ) {
fprintf(stderr, "Pass URL as argument please\n");
return 1;
}
curl_memdebug("memdump");