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

Function show_usage

tools/cnvwindeps.c:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static void show_usage(const char *progname)
161{
162 fprintf(stderr, "USAGE: %s <path-to-deps-file>\n", progname);
163 exit(EXIT_FAILURE);
164}
165
166/****************************************************************************
167 * Public Functions

Callers 1

mainFunction · 0.70

Calls 2

fprintfFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected