Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ mem_err
Function
mem_err
outdated/sys/mac/mactty.c:60–68 ·
view source on GitHub ↗
* Memory-related error */
Source
from the content-addressed store, hash-verified
58
* Memory-related error
59
*/
60
static short
61
mem_err(void)
62
{
63
short ret_val = MemError();
64
if (!ret_val) {
65
ret_val = general_failure;
66
}
67
return ret_val;
68
}
69
70
/*
71
* Make a rectangle empty
Callers
1
mactty.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected