Help for this page

Select Code to Download


  1. or download this
    # typedef struct bar*      Bar;
    # typedef struct type_foo* Foo;
    ...
            sv_setref_pv( $arg, \"${ntype}\", (void*)$var );
        else
            $arg = &PL_sv_undef;
    
  2. or download this
    my $foo = undef;
    my $bar = Foo::create_bar( $foo );
    
  3. or download this
    # typedef struct bar*      Bar;
    # typedef struct type_foo* Foo;
    ...
    
    OUTPUT:
        RETVAL