Created
October 1, 2017 13:41
-
-
Save clarete/30b487274c1ba4b93045fab45ebb0abe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//sys #include <curl/curl.h> | |
//sys typedef struct _ CURL | |
//sys typedef int CURLcode | |
//sys typedef int CURLoption | |
//sys void curl_global_cleanup(void) | |
//sys CURLcode curl_global_init(long flags) | |
//sys CURL *curl_easy_init() | |
//sys void curl_easy_cleanup(CURL *handle) | |
//sys CURL *curl_easy_duphandle(CURL *handle) | |
//sys char *curl_easy_escape(CURL *curl, const char *string, int length) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment