Help for this page

Select Code to Download


  1. or download this
    FuncA("abc",undef,"xyz"); FuncA("abc",3,"xyz"); FuncA("abc","nmo","xyz
    +");
    FuncB(1,undef,3); FuncB(1,"some string",3);
    
  2. or download this
    unsigned char *my_enctypex_msname(unsigned char *name, SV *ret){
       this C code handles undef appropriately and then
       calls the "copy and paste" enctypex_msname(unsigned char *name, cha
    +r* ret){}
    }