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

Function usage

dpdk/examples/server_node_efd/efd_node/node.c:62–66  ·  view source on GitHub ↗

* print a usage message */

Source from the content-addressed store, hash-verified

60 * print a usage message
61 */
62static void
63usage(const char *progname)
64{
65 printf("Usage: %s [EAL args] -- -n <node_id>\n\n", progname);
66}
67
68/*
69 * Convert the node id number from a string to an int.

Callers 1

parse_app_argsFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected