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

Class stat

freebsd/contrib/zstd/examples/common.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71static size_t fsize_orDie(const char *filename)
72{
73 struct stat st;
74 if (stat(filename, &st) != 0) {
75 /* error */
76 perror(filename);

Callers 1

fsize_orDieFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected