File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lrzsz / lib / long-options.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Oct 24 15:49:50 2019 UTC (4 years, 8 months ago) by misho
Branches: lrzsz, MAIN
CVS tags: v0_12_20p5, HEAD
lrzsz ver 0.12.20

    1: #undef __P
    2: #if defined (__STDC__) && __STDC__
    3: #define __P(args) args
    4: #else
    5: #define __P(args) ()
    6: #endif
    7: 
    8: void parse_long_options __P ((int _argc, char **_argv, 
    9: 							  void (*_version) (void), 
   10: 							  void (*_usage) (int)));

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>