Help for this page

Select Code to Download


  1. or download this
    %typemap(in) (unsigned char *string1) {
       $1 = (unsigned char *)SvPV_nolen($input);
    }
    
  2. or download this
    %typemap(out) (unsigned char *output,  const size_t output_length)
    {
    ...
              argvi++;
              delete $1;
    }