MCPcopy Create free account
hub / github.com/Singular/Singular / fe_getopt_long

Function fe_getopt_long

resources/fegetopt.c:664–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664int fe_getopt_long (
665 int argc,
666 char *const *argv,
667 const char *options,
668 const struct fe_option *long_options,
669 int *opt_index)
670{
671 return _fe_getopt_internal (argc, argv, options, long_options, opt_index, 0);
672}
673
674int fe_getopt_long_only (
675 int argc,

Callers 2

mainFunction · 0.85
emacs.ccFile · 0.85

Calls 1

_fe_getopt_internalFunction · 0.85

Tested by 1

mainFunction · 0.68