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

Function show_usage

tools/mkversion.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static void show_usage(const char *progname)
51{
52 fprintf(stderr, "USAGE: %s <abs path to .version>\n", progname);
53 exit(1);
54}
55
56/****************************************************************************
57 * Public Functions

Callers 1

mainFunction · 0.70

Calls 2

fprintfFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected