Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ errorOut
Function
errorOut
freebsd/contrib/zstd/programs/zstdcli.c:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
static void errorOut(const char* msg)
277
{
278
DISPLAY(
"%s \n"
, msg); exit(1);
279
}
280
281
/*! readU32FromCharChecked() :
282
* @return 0 if success, and store the result in *value.
Callers
2
readU32FromChar
Function · 0.85
readSizeTFromChar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected