| 14 | inline void mprintf(const wchar *fmt,...) {} |
| 15 | inline void eprintf(const wchar *fmt,...) {} |
| 16 | inline void Alarm() {} |
| 17 | inline int Ask(const wchar *AskStr) {return 0;} |
| 18 | inline bool getwstr(wchar *str,size_t n) {return false;} |
| 19 | #else |
nothing calls this directly
no outgoing calls
no test coverage detected