Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ free_maildata
Function
free_maildata
src/mail.c:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
#endif
88
89
void
90
free_maildata(void)
91
{
92
if (mailbox)
93
free((genericptr_t) mailbox), mailbox = (char *) 0;
94
}
95
96
void
97
getmailstatus(void)
Callers
3
getmailstatus
Function · 0.85
ckmailstatus
Function · 0.85
freedynamicdata
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected