Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: XS: how to manually handle input argument stack?

by bulk88 (Priest)
on Mar 08, 2014 at 05:05 UTC ( [id://1077487]=note: print w/replies, xml ) Need Help??


in reply to XS: how to manually handle input argument stack?

Read more of or all of Variable length Parameter Lists and perlcall. "..." just like in C. ST(1234) can be read (incoming SV*s) and can also be assigned to (returned SV*s, must also use XSRETURN if you do ST assignment for returned values).
  • Comment on Re: XS: how to manually handle input argument stack?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 15:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found