MCPcopy Create free account
hub / github.com/F-Stack/f-stack / getopt

Function getopt

dpdk/lib/eal/windows/getopt.c:436–441  ·  view source on GitHub ↗

* getopt -- * Parse argc/argv argument vector. */

Source from the content-addressed store, hash-verified

434 * Parse argc/argv argument vector.
435 */
436int
437getopt(int nargc, char *nargv[], const char *options)
438{
439 return getopt_internal(nargc, nargv, options, NULL, NULL,
440 FLAG_PERMUTE);
441}
442
443/*
444 * getopt_long --

Callers 2

parse_optsFunction · 0.50
parse_optsFunction · 0.50

Calls 1

getopt_internalFunction · 0.85

Tested by

no test coverage detected