MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / stat64

Class stat64

test/stat/test_stat.c:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61 // test stat64 LFS functions
62 struct stat64 s64;
63 err = stat64("does_not_exist", &s64);
64 assert(err == -1);
65 assert(errno == ENOENT);

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56