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

Function badusage

freebsd/contrib/zstd/programs/zstdcli.c:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245static void badusage(const char* programName)
246{
247 DISPLAYLEVEL(1, "Incorrect parameters \n");
248 if (g_displayLevel >= 2) usage(stderr, programName);
249}
250
251static void waitEnter(void)
252{

Callers 1

mainFunction · 0.70

Calls 1

usageFunction · 0.70

Tested by

no test coverage detected