Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
static void badusage(const char* programName)
246
{
247
DISPLAYLEVEL(1,
"Incorrect parameters \n"
);
248
if (g_displayLevel >= 2) usage(stderr, programName);
249
}
250
251
static void waitEnter(void)
252
{
Callers
1
main
Function · 0.70
Calls
1
usage
Function · 0.70
Tested by
no test coverage detected