Help for this page

Select Code to Download


  1. or download this
    my $foo = undef;
    my $bar = Foo::create_bar (\$foo);
    
  2. or download this
    struct bar*
    create_bar(foo)
    ...
        RETVAL = my_c_create_bar(foo);
      OUTPUT:
        RETVAL
    
  3. or download this
    TYPEMAP
    struct bar* T_OBJECT
    struct type_foo* T_OBJECT