MCPcopy 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
89void
90free_maildata(void)
91{
92 if (mailbox)
93 free((genericptr_t) mailbox), mailbox = (char *) 0;
94}
95
96void
97getmailstatus(void)

Callers 3

getmailstatusFunction · 0.85
ckmailstatusFunction · 0.85
freedynamicdataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected