home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / LES177AS.ZIP / POSITION.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-10  |  183 b   |  9 lines

  1. /*
  2.  * Include file for interfacing to position.c modules.
  3.  */
  4. #define    TOP        (0)
  5. #define    TOP_PLUS_ONE    (1)
  6. #define    BOTTOM        (-1)
  7. #define    BOTTOM_PLUS_ONE    (-2)
  8. #define    MIDDLE        (-3)
  9.