Help for this page

Select Code to Download


  1. or download this
    #include "EXTERN.h" 
    #include "perl.h" 
    ...
        INTERFACE: 
            add_one 
            add_two
    
  2. or download this
    cc -c  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend    -DV
    +ERSION=\"0.01\"  -DXS_VERSION=\"0.01\" -KPIC -I/usr/perl5/5.6.1/lib/s
    +un4-solaris-64int/CORE  Test.c
    "Test.c", line 34: syntax error before or at: cv
    ...
    cc: acomp failed for Test.c
    *** Error code 2
    make: Fatal error: Command failed for target `Test.o'
    
  3. or download this
    XS(XS_Test_add_interface) 
    { 
    ...
        } 
        XSRETURN(1); 
    }