Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ highc
Function
highc
src/hacklib.c:75–79 ·
view source on GitHub ↗
force 'c' into uppercase */
Source
from the content-addressed store, hash-verified
73
74
/* force
'c'
into uppercase */
75
char
76
highc(char c)
77
{
78
return (char) ((
'a'
<= c && c <=
'z'
) ? (c & ~040) : c);
79
}
80
81
/* force
'c'
into lowercase */
82
char
Callers
15
prompt_for_player_selection
Function · 0.85
curs_vert_status_vals
Function · 0.85
update_val
Function · 0.85
ps_key
Function · 0.85
race_key
Function · 0.85
algn_key
Function · 0.85
amii_player_selection
Function · 0.85
handler_perminv_mode
Function · 0.85
txt2key
Function · 0.85
locomotion
Function · 0.85
stagger
Function · 0.85
Monnam
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected