Groups | Search | Server Info | Login | Register


Groups > perl.xs > #9

calling function written for perl consumption from c

Newsgroups perl.xs
Subject calling function written for perl consumption from c
Message-ID <5d5fe87e-5c9d-eddd-d2f4-bc3217812b07@billmax.com> (permalink)
Date 2017-06-12 08:05 -0500
From bill@billmax.com (Bill Schoolfield)

Show all headers | View raw


Hi,

Completely new to perlxs. So far I've managed to write a few c functions 
that work fine when referenced in perl. Now I need to call one of those 
functions from another c function. I assume that is possible and I 
assume the perl stack has to be used to make the call instead of the 
normal c conventions. Is this right?

Can someone point me in the right direction on how to do this?

Bill

Back to perl.xs | Previous | Next | Find similar


Thread

calling function written for perl consumption from c bill@billmax.com (Bill Schoolfield) - 2017-06-12 08:05 -0500

csiph-web