Name: curl_global_init()
Description:
curl_global_init() should be invoked exactly once for each application that uses libcurl and before any call of other libcurl functions.
This function is not thread-safe!
See Implementation
Name: curl_global_init()
Description:
curl_global_init() should be invoked exactly once for each application that uses libcurl and before any call of other libcurl functions.
This function is not thread-safe!