curl_global_init

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!

extern (C)
curl_global_init
(
c_long flags
)

Meta