Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
351
int
352
chdir(const char *dirname)
353
{
354
ZeroMemory(_nh_cwd, sizeof(_nh_cwd));
355
NH_A2W(dirname, _nh_cwd, MAX_PATH);
356
return 0;
357
}
358
359
char *
360
getcwd(char *buffer, int maxlen)
Callers
1
chdirx
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected