mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
parent
37f173cfd0
commit
ac7be02e69
@ -49,7 +49,7 @@ CURL *curl = curl_easy_init();
|
|||||||
if(curl) {
|
if(curl) {
|
||||||
char *output = curl_easy_escape(curl, "data to convert", 15);
|
char *output = curl_easy_escape(curl, "data to convert", 15);
|
||||||
if(output) {
|
if(output) {
|
||||||
printf("Encoded: %s\n", output);
|
printf("Encoded: %s\en", output);
|
||||||
curl_free(output);
|
curl_free(output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user