Skip to content

Commit

Permalink
Add external keyword for FFI
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed May 19, 2024
1 parent 5c9ba23 commit f5f5940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/ffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ sidebar_position: 130
namespace Foo;
[ffi("mylib")]
pub static bar(first: i8);
pub static external bar(first: i8);
```

0 comments on commit f5f5940

Please sign in to comment.