Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        Inline_Stack_Done;
        return;
    }
    
  2. or download this
    XS(XS_main_rnd64); /* prototype to pass -Wmissing-prototypes */
    XS(XS_main_rnd64)
    ...
        return;
        }
    }