mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
6 lines
302 B
Plaintext
6 lines
302 B
Plaintext
This Perl 5 module 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.
|