Help for this page

Select Code to Download


  1. or download this
    use 5.008003;
    use ExtUtils::MakeMaker;
    ...
        CC      => $CC,
        LD      => $CC
    );
    
  2. or download this
    #swig -perl -c++ -Fstandard -v -Wall -I$(TOP_SRCDIR)/common -I/usr/inc
    +lude MappedMaps.i
    
     #h2xs -F'-Dcplusplus -I/usr/include/g++' MappedMaps.h -lgcc_s
    
  3. or download this
  4. or download this
    #define SWIG_init    boot_MappedMaps
    
  5. or download this
    XS(SWIG_init) {
        dXSARGS;
    ...
        ST(0) = &PL_sv_yes;
        XSRETURN(1);
    }