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