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

Function setup

test/stdio/test_remove.c:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void setup() {
26 create_file("file", "abcdef", 0777);
27 mkdir("dir", 0777);
28 create_file("dir/file", "abcdef", 0777);
29 mkdir("dir/subdir", 0777);
30}
31
32void test() {
33 int err;

Callers 1

mainFunction · 0.70

Calls 2

create_fileFunction · 0.70
mkdirFunction · 0.50

Tested by

no test coverage detected