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

Function isatty

outdated/sys/wince/celib.c:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405int
406isatty(int f)
407{
408 return 0;
409}
410
411#if defined(WIN_CE_PS2xx) || defined(WIN32_PLATFORM_HPCPRO)
412int __cdecl isupper(int c)

Callers 4

getlockFunction · 0.85
getlockFunction · 0.85
check_sco_consoleFunction · 0.85
check_linux_consoleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected