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

Function report_problem_ascii

util/sfexpasc.c:1129–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127
1128#ifdef SAVEFILE_DEBUGGING
1129void
1130report_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
1138int exportascii_critical_members_count(void);

Callers 15

exportascii_sfi_aligntypFunction · 0.85
exportascii_sfi_bitfieldFunction · 0.85
exportascii_sfi_booleanFunction · 0.85
exportascii_sfi_int32Function · 0.85
exportascii_sfi_intFunction · 0.85
exportascii_sfi_longFunction · 0.85
exportascii_sfi_scharFunction · 0.85
exportascii_sfi_int16Function · 0.85
exportascii_sfi_int64Function · 0.85
exportascii_sfi_size_tFunction · 0.85
exportascii_sfi_time_tFunction · 0.85
exportascii_sfi_ucharFunction · 0.85

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected