Xsubpp

XSUBPP(1) Perl Programmers Reference Guide XSUBPP(1)

Xsubpp

XSUBPP(1) Perl Programmers Reference Guide XSUBPP(1) # XSUBPP(1) Perl Programmers Reference Guide XSUBPP(1) NNAAMMEE # xsubpp - compiler to convert Perl XS code into C code SSYYNNOOPPSSIISS # xxssuubbpppp [--vv] [--eexxcceepptt] [--ss ppaatttteerrnn] [--pprroottoottyyppeess] [--nnoovveerrssiioonncchheecckk] [--nnoolliinneennuummbbeerrss] [--nnooooppttiimmiizzee] [--ttyyppeemmaapp ttyyppeemmaapp] [--oouuttppuutt ffiilleennaammee]... file.xs DDEESSCCRRIIPPTTIIOONN # This compiler is typically run by the makefiles created by ExtUtils::MakeMaker or by Module::Build or other Perl module build tools. _x_s_u_b_p_p will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. ...