Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
405
int
406
isatty(int f)
407
{
408
return 0;
409
}
410
411
#if defined(WIN_CE_PS2xx) || defined(WIN32_PLATFORM_HPCPRO)
412
int __cdecl isupper(int c)
Callers
4
getlock
Function · 0.85
getlock
Function · 0.85
check_sco_console
Function · 0.85
check_linux_console
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected