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

Function getcwd

outdated/sys/wince/celib.c:359–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359char *
360getcwd(char *buffer, int maxlen)
361{
362 if (maxlen < (int) _tcslen(_nh_cwd))
363 return NULL;
364 else
365 return NH_W2A(_nh_cwd, buffer, maxlen);
366}
367
368/*------------------------------------------------------------------------------*/
369/* __errno.h__ */

Callers 6

mainFunction · 0.85
MAINFunction · 0.85
pcmainFunction · 0.85
reveal_pathsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected