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

Function fe_getopt_long_only

resources/fegetopt.c:674–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674int fe_getopt_long_only (
675 int argc,
676 char *const *argv,
677 const char *options,
678 const struct fe_option *long_options,
679 int *opt_index)
680{
681 return _fe_getopt_internal (argc, argv, options, long_options, opt_index, 1);
682}
683
684#ifdef TEST_GETOPT
685

Callers

nothing calls this directly

Calls 1

_fe_getopt_internalFunction · 0.85

Tested by

no test coverage detected