MCPcopy Create free account
hub / github.com/apache/nuttx / show_usage

Function show_usage

tools/cmpconfig.c:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 ****************************************************************************/
46
47static void show_usage(const char *progname)
48{
49 fprintf(stderr, "USAGE: %s <config1> <config2>\n", progname);
50 exit(EXIT_FAILURE);
51}
52
53static int compare_variables(struct variable_s *list1,
54 struct variable_s *list2)

Callers 1

mainFunction · 0.70

Calls 2

fprintfFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected