MCPcopy Create free account
hub / github.com/NetHack/NetHack / chdir

Function chdir

outdated/sys/wince/celib.c:351–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351int
352chdir(const char *dirname)
353{
354 ZeroMemory(_nh_cwd, sizeof(_nh_cwd));
355 NH_A2W(dirname, _nh_cwd, MAX_PATH);
356 return 0;
357}
358
359char *
360getcwd(char *buffer, int maxlen)

Callers 1

chdirxFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected