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

Function changedir

test/unistd/links.c:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void changedir(const char *dir) {
39 int rtn = chdir(dir);
40 assert(rtn == 0);
41}
42
43void setup() {
44 makedir("/working");

Callers 1

setupFunction · 0.70

Calls 2

chdirFunction · 0.50
assertFunction · 0.50

Tested by

no test coverage detected