view lib/long-options.h @ 279:e512303d74b8

GNU text utilities
author Jim Meyering <jim@meyering.net>
date Tue, 21 Mar 1995 01:36:18 +0000
parents 8cf333566445
children 52cd746c10f6
line wrap: on
line source

#undef __P
#if defined (__STDC__) && __STDC__
#define __P(args) args
#else
#define __P(args) ()
#endif

void
  parse_long_options __P ((int _argc, char **_argv, const char *_command_name,
			   const char *_version_string, void (*_usage) (int)));