curl_global_init (3) Linux Manual Page
NAME curl_global_init – Global libcurl initialisation SYNOPSIS #include <curl/curl.h> CURLcode curl_global_init(long flags); DESCRIPTION This function sets up the program environment that libcurl needs. Think of it as an extension of the library loader. This function must be called at least once within a program (a program is all the code that shares a memory space)…
