Skip to content

Instantly share code, notes, and snippets.

@samscott89
Created May 9, 2018 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samscott89/e4723858df169fb4eb3ce7696f90f463 to your computer and use it in GitHub Desktop.
Save samscott89/e4723858df169fb4eb3ce7696f90f463 to your computer and use it in GitHub Desktop.
pub struct Test;
impl Test {
#[no_mangle]
pub extern "C" fn test_ffi(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment