view lib/argmatch.h @ 569:f8f1814bb96c

.
author Jim Meyering <jim@meyering.net>
date Sun, 24 Mar 1996 18:20:25 +0000
parents 9eb35073b1b6
children 9cb09b60925d
line wrap: on
line source

#ifndef ARGMATCH_H
#define ARGMATCH_H 1

#ifndef __P
# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
#  define __P(args) args
# else
#  define __P(args) ()
# endif  /* GCC.  */
#endif  /* Not __P.  */

int
  argmatch __P ((const char *arg, const char *const *optlist));

void
  invalid_arg __P ((const char *kind, const char *value, int problem));

#endif /* ARGMATCH_H */