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

Function getopt

lib/getopt.c:697–707  ·  view source on GitHub ↗
(argc, argv, optstring)

Source from the content-addressed store, hash-verified

695
696#ifdef GETOPT
697int
698getopt(argc, argv, optstring)
699int argc;
700char *const *argv;
701const char *optstring;
702{
703 return _getopt_internal(argc, argv, optstring,
704 (const struct option *) 0,
705 (int *) 0,
706 0);
707}
708#endif
709
710#endif /* _LIBC or not __GNU_LIBRARY__. */

Callers 1

mainFunction · 0.85

Calls 1

_getopt_internalFunction · 0.85

Tested by

no test coverage detected