▲ | johnisgood 6 days ago | |
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. |