Skip to content

Instantly share code, notes, and snippets.

@pedrofaria
Created March 2, 2012 13:10
Show Gist options
  • Save pedrofaria/1958297 to your computer and use it in GitHub Desktop.
Save pedrofaria/1958297 to your computer and use it in GitHub Desktop.
import std;
extern libcurl {
FFIObject curl_easy_init();
}
FFIObject c;
curl_easy_init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment