| 2017 | boolean get_user_home_folder(char *, size_t); |
| 2018 | # ifdef CRASHREPORT |
| 2019 | struct CRctxt; |
| 2020 | extern struct CRctxt *ctxp; |
| 2021 | extern int win32_cr_helper(char, struct CRctxt *, void *, int); |
| 2022 | extern int win32_cr_gettrace(int, char *, int); |
nothing calls this directly
no outgoing calls
no test coverage detected