Skip to content

Instantly share code, notes, and snippets.

@whb07
Created July 21, 2020 12:15
Show Gist options
  • Save whb07/05385de64160f3d5acc0889588da0ee4 to your computer and use it in GitHub Desktop.
Save whb07/05385de64160f3d5acc0889588da0ee4 to your computer and use it in GitHub Desktop.
interop with C FFI on F#
module InteropWithNative =
[<DllImport(@"/tmp/hellofsharp/build/liblib.dylib", CallingConvention = CallingConvention.Cdecl)>]
extern int fibbo(int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment