home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / sh-utils-1.12-src.lha / sh-utils-1.12 / lib / long-options.h < prev    next >
C/C++ Source or Header  |  1994-09-24  |  309b  |  12 lines

  1. #ifndef __P
  2. #if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
  3. #define __P(args) args
  4. #else
  5. #define __P(args) ()
  6. #endif  /* GCC.  */
  7. #endif  /* Not __P.  */
  8.  
  9. void
  10.   parse_long_options __P ((int _argc, char **_argv, const char *_command_name,
  11.                const char *_version_string, void (*_usage) (int)));
  12.