| 1127 | |
| 1128 | #ifdef SAVEFILE_DEBUGGING |
| 1129 | void |
| 1130 | report_problem_ascii(NHFILE *nhfp, const char *s1, const char *s2, const char *s3) |
| 1131 | { |
| 1132 | fprintf(nhfp->fpdebug, "faulty value preservation " |
| 1133 | "(%ld, %s, %s, %s)\n", |
| 1134 | ((nhfp->mode & READING) != 0) ? nhfp->rcount : nhfp->wcount, s1, s2, s3); |
| 1135 | } |
| 1136 | #endif |
| 1137 | |
| 1138 | int exportascii_critical_members_count(void); |
no test coverage detected