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

Class EmulLibEntry

sys/amiga/winfuncs.c:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256#ifdef __PPC__
257void PPC_LayerFillHook(void);
258struct EmulLibEntry LayerFillHook = { TRAP_LIB, 0,
259 (void (*)(void)) PPC_LayerFillHook };
260void
261PPC_LayerFillHook(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected