merge with 3.9u1
[gnulib.git] / lib / long-options.h
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)));