@@ -13,12 +13,12 @@ Inspired by [Ruby's FFI](https://github.com/ffi/ffi)
defmoduleMyLibdo
useFFI.Library
ffi_lib"c"
ffi_lib"libstdc++.so.6"
attach_function:puts,[:string],:int
end
MyLib.puts(["Hello world"])
MyLib.puts(["Hello World from C stdlib"])
```
## Installation
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.