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

Function nhcmdset_count

outdated/sys/wince/mhcmd.c:1268–1273  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1266}
1267/*-------------------------------------------------------------------------*/
1268int
1269nhcmdset_count(PNHCmdSet p)
1270{
1271 assert(p);
1272 return p->count;
1273}
1274/*-------------------------------------------------------------------------*/
1275PNHCmdLayout
1276nhcmdset_get(PNHCmdSet p, int index)

Callers 1

ActivateCellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected