MCPcopy Index your code
hub / github.com/NetHack/NetHack / yourFunctionToRenderGraphics

Function yourFunctionToRenderGraphics

sys/libnh/test/libtest.c:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void *yourFunctionToRenderGraphics(const char *name, va_list args) {
19 printf("yourFunctionToRenderGraphics name %s\n", name);
20 /* DO SOMETHING HERE */
21 return NULL;
22}
23
24void window_cb(const char *name, void *ret_ptr, const char *fmt, ...) {
25 void *ret;

Callers 1

window_cbFunction · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected