▲ | thegeekpirate 6 days ago | |
Last question I'll answer, because you aren't doing any of this is good faith. You mean `curl.GLOBAL_ALL`, and it's for https://curl.se/libcurl/c/curl_global_init.html | ||
▲ | johnisgood 6 days ago | parent [-] | |
It has nothing to do with "curl_global_init()". This - which is a high-level function intended to be called by the users of the library - has:
As you can see, higher-level function calls low-level function. The higher-level function does not have "curl" as the prefix.My question still stands and has not been answered. |