MCPcopy Create free account
hub / github.com/axboe/liburing / stat_file

Function stat_file

test/mkdir.c:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static int stat_file(const char *fn)
47{
48 struct stat sb;
49
50 if (!stat(fn, &sb))
51 return 0;
52
53 return errno;
54}
55
56int main(int argc, char *argv[])
57{

Callers 1

mainFunction · 0.70

Calls 1

statClass · 0.70

Tested by

no test coverage detected