Help for this page

Select Code to Download


  1. or download this
    ...
    
    xsubpp
    -typemap "...lib\ExtUtils\typemap"
    -typemap "...inline-c-mytypemap-null\mytypemap.txt"
    
  2. or download this
    typemap typemap
    
        Indicates that a user-supplied typemap should take precedence over
    + the default typemaps. This option may be used multiple times, with t
    +he last typemap having the highest precedence.
    
  3. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    
    __END__
    
  4. or download this
    ## cannot redefine T_PTR INPUT/OUTPUT
    #  unmapped     T_PTR
    ...
    T_PTR
        sv_setiv($arg, BROKEN_PTR2IV($var));
    
  5. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    
    
    __END__