Help for this page

Select Code to Download


  1. or download this
    void foo(SV * sv)
    {
    ...
    Mytest2::bar(1); # prints 0
    
    Mytest2::foo(1); # Segmentation Fault
    
  2. or download this
    void foo(SV * sv)
    {
    ...
        }
        printf("%s\n", buf);
    }