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

Function version

dpdk/app/dumpcap/main.c:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153static const char *version(void)
154{
155 static char str[128];
156
157 snprintf(str, sizeof(str),
158 "%s 1.0 (%s)\n", progname, rte_version());
159 return str;
160}
161
162/* Parse numeric argument from command line */
163static unsigned long get_uint(const char *arg, const char *name,

Callers 2

parse_optsFunction · 0.70
create_outputFunction · 0.70

Calls 2

snprintfFunction · 0.85
rte_versionFunction · 0.85

Tested by

no test coverage detected