Help for this page

Select Code to Download


  1. or download this
    #define ENTER push_scope()
    #define LEAVE pop_scope()
    
  2. or download this
    #define SAVETMPS save_int((int*)&PL_tmps_floor), PL_tmps_floor = PL_tm
    +ps_ix
    #define FREETMPS if (PL_tmps_ix > PL_tmps_floor) free_tmps()