We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc34df + 23dd053 commit 16ff534Copy full SHA for 16ff534
doc/Language/nativecall.pod
@@ -11,7 +11,7 @@ X<|nativecall>
11
The simplest imaginable use of NativeCall would look something like this:
12
13
use NativeCall;
14
- sub some_argless_function() is native('something') { * }
+ sub some_argless_function() is native('libsomething') { * }
15
some_argless_function();
16
17
The first line imports various traits and types. The next line looks like
0 commit comments