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

Function show_advice

tools/incdir.c:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 ****************************************************************************/
80
81static void show_advice(const char *progname, int exitcode)
82{
83 fprintf(stderr, "\nUSAGE: %s [-h] [-w] [-s] <compiler-path> "
84 "<dir1> [<dir2> [<dir3> ...]]\n",
85 progname);
86 fprintf(stderr, "Try '%s -h' for more information\n", progname);
87
88 exit(exitcode);
89}
90
91static void show_help(const char *progname, int exitcode)
92{

Callers 1

mainFunction · 0.85

Calls 2

fprintfFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected