Skip to content
CURL LIB DOCUMENTATION
Introduction
Initializing search
Introduction
Versions
CURL LIB DOCUMENTATION
Introduction
Introduction
Table of contents
Versions
Versions
Versions
2026.1
2026.1
c
c
CURL *curl_easy_init();
void curl_easy_cleanup(CURL *handle);
CURLcode easy_getinfo(CURL *curl, CURLINFO info, ... )
CURLcode curl_easy_perform(CURL *easy_handle);
URLcode curl_easy_setopt(CURL *handle, CURLoption option, void parameter);
const char *curl_easy_strerror(CURLcode errornum);
char *curl_version();
assembly
assembly
curl_easy_init
curl_easy_cleanup
curl_easy_getinfo
curl_easy_perform
curl_easy_setopt
curl_easy_strerror
curl_version
Table of contents
Versions
curl lib for orix
It's a cc65 curl library for Orix
Versions
2026.1 documentation
Back to top