1afbd12bf8e410f7830586fa2782177069be31a4
[external/curl.git] / docs / libcurl / curl_easy_strerror.3
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\"
4 .TH curl_easy_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual"
5 .SH NAME
6 curl_easy_strerror - return string describing error code
7 .SH SYNOPSIS
8 .nf
9 .B #include <curl/curl.h>
10 .BI "const char *curl_easy_strerror(CURLcode " errornum ");"
11 .SH DESCRIPTION
12 The curl_easy_strerror() function returns a string describing the CURLcode
13 error code passed in the argument \fIerrornum\fP.
14 .SH AVAILABILITY
15 This function was added in libcurl 7.12.0
16 .SH RETURN VALUE
17 A pointer to a zero terminated string.
18 .SH "SEE ALSO"
19 .BR libcurl-errors "(3), " curl_multi_strerror "(3), " curl_share_strerror "(3)"