Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
curl_unescape(3) | libcurl Manual | curl_unescape(3) |
NAME
curl_unescape - URL decodes the given stringSYNOPSIS
#include <curl/curl.h>DESCRIPTION
Obsolete function. Use curl_easy_unescape(3) instead!AVAILABILITY
Since 7.15.4, curl_easy_unescape(3) should be used. This function will be removed in a future release.RETURN VALUE
A pointer to a zero terminated string or NULL if it failed.SEE ALSO
February 3, 2016 | libcurl 7.69.0 |