Help for this page

Select Code to Download


  1. or download this
    T_PACKEDARRAY
        $var = XS_unpack_$ntype($arg)
    
  2. or download this
    char **
    XS_unpack_charPtrPtr (SV *arg) {
        char **ret;
    ...
    
        return ret;
    }