MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / getopt_long_only

Function getopt_long_only

lib/getopt_long.c:69–78  ·  view source on GitHub ↗
(argc, argv, options, long_options, opt_index)

Source from the content-addressed store, hash-verified

67 instead. */
68
69int
70getopt_long_only(argc, argv, options, long_options, opt_index)
71int argc;
72char *const *argv;
73const char *options;
74const struct option *long_options;
75int *opt_index;
76{
77 return _getopt_internal(argc, argv, options, long_options, opt_index, 1);
78}
79
80
81#endif /* _LIBC or not __GNU_LIBRARY__. */

Callers 1

never_usedFunction · 0.85

Calls 1

_getopt_internalFunction · 0.85

Tested by

no test coverage detected