1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/gnu/usr.bin/sort/long-options.h
Andrey A. Chernov 4267c49d9e Revive GNU sort
2002-04-08 12:12:07 +00:00

12 lines
263 B
C

/* $FreeBSD$ */
#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)));