Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: checking a set of numbers for consistency mod p

by hv (Prior)
on Apr 17, 2022 at 03:03 UTC ( [id://11143015]=note: print w/replies, xml ) Need Help??


in reply to Re^4: checking a set of numbers for consistency mod p
in thread checking a set of numbers for consistency mod p

SV* item = *av_fetch( array, i, 0 );

I worry I'm simply being trolled, but: that looks absolutely like vanilla C to me. We're calling a function, passing it some arguments, getting back some sort of pointer-to-a-pointer, which we dereference and store in a new pointer variable. Clearly the function av_fetch() and the type SV will have been declared somewhere.

The only magic here is an implicit #include <perl.h>, which brings in perl's standard typedefs, function declarations, etc. XS is a whole 'nother language that is parsed by its own compiler (xsubpp) rather than by a C compiler.

Replies are listed 'Best First'.
Re^6: checking a set of numbers for consistency mod p
by LanX (Saint) on Apr 17, 2022 at 08:57 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11143015]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-04-25 11:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found