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.
1 parent ebc33e1 commit 23dd053Copy full SHA for 23dd053
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