Help for this page

Select Code to Download


  1. or download this
    XS(TStringsTIEARRAY) {
        dXSARGS;
    ...
    
        XSRETURN(1);
    }
    
  2. or download this
        newXS("G::TStrings::TIEARRAY", TStringsTIEARRAY, "BCB+Perl interna
    +l");
    
  3. or download this
        newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, "blablabla")
    +;