home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / word2x0a.zip / source / use_getopt.h < prev    next >
C/C++ Source or Header  |  1997-04-07  |  210b  |  9 lines

  1. /* $Id: use_getopt.h,v 1.1 1997/04/07 17:27:21 dps Exp $ */
  2. #ifndef __USE_GETOPT_H__
  3. #define __USE_GETOPT_H__
  4.  
  5. #define getopt_long(a,b,c,d,e) getopt(a,b,c)
  6. #define NO_LONG_OPTS 1
  7.  
  8. #endif /* __USE_GETOPT_H__ */
  9.