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

Function nhcmdlayout_init

outdated/sys/wince/mhcmd.c:1244–1248  ·  view source on GitHub ↗

-------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

1242}
1243/*-------------------------------------------------------------------------*/
1244void
1245nhcmdlayout_init(PNHCmdLayout p, PNHCmdPadCell cells)
1246{
1247 memcpy(p->cells, cells, p->rows * p->columns * sizeof(NHCmdPadCell));
1248}
1249
1250void
1251nhcmdlayout_destroy(PNHCmdLayout p)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected