home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR19 / TDCO69.ZIP / SCRATTR.CH < prev    next >
Text File  |  1992-10-23  |  173b  |  11 lines

  1. //------------------ SE UTILIZA POR LA FUNCION SCR() -------------------------
  2.  
  3. #ifndef SCRATTR
  4.  
  5.    #define SCRATTR
  6.  
  7.    #define POP   1
  8.    #define PUSH  2
  9.  
  10. #endif
  11.