Help for this page

Select Code to Download


  1. or download this
    XS(XS_main_rnd64); /* prototype to pass -Wmissing-prototypes */
    XS(XS_main_rnd64)
    ...
    #line 66 "monkeys.xs"
        temp = PL_markstack_ptr++;
        rnd64(n);
    
  2. or download this
        SP -= items;
    
  3. or download this
        return; /* assume stack size is correct */
    #line 146 "monkeys.c"
    ...
        return;
        }
    }
    
  4. or download this
    XS(XS_main_xxxxx) {
        dXSARGS;
    ...
            return;
        }
    }