MCPcopy Create free account
hub / github.com/NetHack/NetHack / free_youbuf

Function free_youbuf

src/pline.c:350–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void
351free_youbuf(void)
352{
353 if (gy.you_buf)
354 free((genericptr_t) gy.you_buf), gy.you_buf = (char *) 0;
355 gy.you_buf_siz = 0;
356}
357
358/* `prefix' must be a string literal, not a pointer */
359#define YouPrefix(pointer, prefix, text) \

Callers 1

freedynamicdataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected