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

Function attemptingto

outdated/sys/mac/macerrs.c:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139void attemptingto(char * activity)
140/* Say what we are trying to do for subsequent error-handling: will appear as x in an
141 alert in the form "Could not x because y" */
142{ C2P(activity,gActivities[gTopactivity]);
143}
144
145void comment(char *s, long n)
146{

Callers 1

pushattemptingtoFunction · 0.85

Calls 1

C2PFunction · 0.85

Tested by

no test coverage detected