home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume5 / xldimage / part01 / options.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-13  |  314 b   |  18 lines

  1. /* options.h:
  2.  *
  3.  * optionNumber() definitions
  4.  *
  5.  * jim frost 10.03.89
  6.  *
  7.  * Copyright 1989 Jim Frost.  See included file "copyright.h" for complete
  8.  * copyright information.
  9.  */
  10.  
  11. #include "copyright.h"
  12.  
  13. #define OPT_NOTOPT   -1
  14. #define OPT_BADOPT   -2
  15. #define OPT_SHORTOPT -3
  16.  
  17. int optionNumber(); /* options.c */
  18.