Help for this page

Select Code to Download


  1. or download this
    for $i (1..100) {
        $r=C($i);
    ...
        Inline_Stack_Void;
    }
    C_CODE
    
  2. or download this
    ... 
    94
    ...
    99
    100
    Segmentation fault
    
  3. or download this
    SV* C (SV* param) {
        Inline_Stack_Vars;
    ...
        return newSVpvf("%i",i);
        Inline_Stack_Void;
    }
    
  4. or download this
    1
    0
    0
    Segmentation fault