home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / LESS177.ZIP / src / position.h < prev    next >
Text File  |  1992-07-18  |  175b  |  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.