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

Function fe_getopt

resources/fegetopt.c:653–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653int fe_getopt (
654 int argc,
655 char *const *argv,
656 const char *optstring)
657{
658 return _fe_getopt_internal (argc, argv, optstring,
659 (const struct fe_option *) 0,
660 (int *) 0,
661 0);
662}
663
664int fe_getopt_long (
665 int argc,

Callers 1

mainFunction · 0.85

Calls 1

_fe_getopt_internalFunction · 0.85

Tested by

no test coverage detected