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 a1f0ae3 commit d2a28d2Copy full SHA for d2a28d2
doc/Language/nativecall.pod6
@@ -787,7 +787,7 @@ a less specific type to a more specific one.
787
As a special case, if a L<Signature|/type/Signature> is supplied as C<$target-type> then
788
a C<subroutine> will be returned which will call the native function pointed to by C<$source>
789
in the same way as a subroutine declared with the C<native> trait. This is described in
790
-L<Function Pointers|#Function_Pointers>.
+L<Function Pointers|/langauge/nativecall#Function_Pointers>.
791
792
=head2 sub cglobal
793
0 commit comments