Xs-Typemap

ext::XS-Typemap::Typemap(3p) Perl Programmers Reference Guide

Xs-Typemap

ext::XS-Typemap::Typemap(3p) Perl Programmers Reference Guide # ext::XS-Typemap::Typemap(3p) Perl Programmers Reference Guide NNAAMMEE # XS::Typemap - module to test the XS typemaps distributed with perl SSYYNNOOPPSSIISS # use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_ARRAY( @input ); DDEESSCCRRIIPPTTIIOONN # This module is used to test that the XS typemaps distributed with perl are working as advertised. A function is available for each typemap definition (eventually). ...