1curl_share_strerror(3)          libcurl Manual          curl_share_strerror(3)
2
3
4

NAME

6       curl_share_strerror - return string describing error code
7

SYNOPSIS

9       #include <curl/curl.h>
10       const char *curl_share_strerror(CURLSHcode errornum);
11

DESCRIPTION

13       The  curl_share_strerror()  function  returns  a  string describing the
14       CURLSHcode error code passed in the argument errornum.
15

AVAILABILITY

17       This function was added in libcurl 7.12.0
18

RETURN VALUE

20       A pointer to a null-terminated string.
21

SEE ALSO

23       libcurl-errors(3), curl_multi_strerror(3), curl_easy_strerror(3)
24
25
26
27libcurl 7.79.1                 November 04, 2020        curl_share_strerror(3)
Impressum