Skip to content

Commit

Permalink
The search result was weird
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed May 24, 2016
1 parent f994048 commit fcfeaf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/nativecall.pod
Expand Up @@ -466,7 +466,7 @@ Note that at the moment it's not as tested and developed as C support.
The C<NativeCall> library exports several subroutines to help you work with
data fron native libraries.
=head2 X<sub nativecast|sub>
=head2 sub X<nativecast|sub>
sub nativecast($target-type, $source) is export(:DEFAULT)
Expand All @@ -481,15 +481,15 @@ a C<subroutine> will be returned which will call the native function pointed to
in the same way as a subroutine declared with the C<native> trait. This is described in
L<Function Pointers|#Function_Pointers>.
=head2 X<sub cglobal|sub>
=head2 sub X<cglobal|sub>
sub cglobal($libname, $symbol, $target-type) is export is rw
This returns a L<Proxy|/type/Proxy> object that provides access to the C<extern> named C<$symbol> that
is exposed by the specified library. The library can be specified in the same ways that
they can be to the C<native> trait.
=head2 X<sub nativesizeof|sub>
=head2 sub X<nativesizeof|sub>
sub nativesizeof($obj) is export(:DEFAULT)
Expand Down

0 comments on commit fcfeaf7

Please sign in to comment.