Help for this page

Select Code to Download


  1. or download this
    PP(pp_postinc)
    {
    ...
        SETs(TARG);
        return NORMAL;
    }
    
  2. or download this
    PP(pp_preinc)
    {
    ...
        SvSETMAGIC(TOPs);
        return NORMAL;
    }