Help for this page

Select Code to Download


  1. or download this
    #include "perl.h"
    #include "XSUB.h"
    #undef XSPROTO
    #define XSPROTO(name) void name(pTHX_ struct cv* cv)
    
  2. or download this
    #define CV __perl_CV
    #include "perl.h"
    ...
    #undef XSPROTO
    #define XSPROTO(name) void name(pTHX_ __perl_CV* cv)
    #undef CV