trunk/src/samples/libcurl/curlget.c
12 int main(int argc, char * argv[]) {
28 /* Initializing curl... has to happen exactly once in the program */
29 curl_global_init( CURL_GLOBAL_ALL );
35 curl_global_cleanup();
http://curl.haxx.se/libcurl/c/curl_global_init.html
RETURN VALUE
If this function returns non-zero, something went wrong and you cannot use
the other curl functions.
Original issue reported on code.google.com by timel...@gmail.com on 6 Nov 2008 at 8:46
Original issue reported on code.google.com by
timel...@gmail.com
on 6 Nov 2008 at 8:46