blob: e544c5976c15b6b2ba9826018b2df126afa04081 (
plain)
1
2
3
4
5
6
7
|
ExtUtils::ParseXS 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. The compiler uses
typemaps to determine how to map C function parameters and variables to Perl
values.
WWW: http://search.cpan.org/dist/ExtUtils-ParseXS/
|