File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ other ways of interacting with the system through a low-level interface.
61
61
= head1 Making operating system calls through the native API
62
62
63
63
The L < C < NativeCall > |/language/nativecall> API can be used to interact with
64
- system libraries, as well as any other accessible library. This <short
65
- tutorial|https://docs.perl6.org/language/nativecall#Short_Tutorial_on_calling_a_C_function>
64
+ system libraries, as well as any other accessible library. This
65
+ L < short tutorial|https://docs.perl6.org/language/nativecall#Short_Tutorial_on_calling_a_C_function>
66
66
explains, for instance, how to call system functions such as C < getaddrinfo >
67
67
using that interface; some other functions like C < kill > can also be L < accessed
68
68
that way, via declaration using the NativeCall
You can’t perform that action at this time.
0 commit comments