Define and use macro, PARAMS, not __P.
[gnulib.git] / lib / long-options.h
1 #undef PARAMS
2 #if defined (__STDC__) && __STDC__
3 # define PARAMS(Args) Args
4 #else
5 # define PARAMS(Args) ()
6 #endif
7
8 void
9   parse_long_options PARAMS ((int _argc, char **_argv,
10                               const char *_command_name,
11                               const char *_package,
12                               const char *_version, void (*_usage) (int)));