Edit

kc3-lang/gnulib/lib/long-options.h

Branch :

  • Show log

    Commit

  • Author : Jim Meyering
    Date : 1994-10-02 22:50:11
    Hash : e7f9522b
    Message : GNU text utilities

  • lib/long-options.h
  • #ifndef __P
    #if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
    #define __P(args) args
    #else
    #define __P(args) ()
    #endif  /* GCC.  */
    #endif  /* Not __P.  */
    
    void
      parse_long_options __P ((int _argc, char **_argv, const char *_command_name,
    			   const char *_version_string, void (*_usage) (int)));