| 137 | |
| 138 | |
| 139 | void 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 | |
| 145 | void comment(char *s, long n) |
| 146 | { |
no test coverage detected