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

Function trace_player_selection

win/chain/wc_trace.c:197–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void
198trace_player_selection(void *vp)
199{
200 struct trace_data *tdp = vp;
201 fprintf(wc_tracelogf, "%splayer_selection()\n", INDENT);
202
203 PRE;
204 (*tdp->nprocs->win_player_selection)(tdp->ndata);
205 POST;
206}
207
208void
209trace_askname(void *vp)

Callers

nothing calls this directly

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected