curl_global_init
fn
CURLcode curl_global_init(c_long flags)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!