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

Function put_savefield

util/sfexpasc.c:541–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541static void
542put_savefield(NHFILE *nhfp, char *obuf, size_t outbufsz UNUSED)
543{
544 nhfp->wcount++;
545 fprintf(nhfp->fpdef, "%07ld|%s\n", nhfp->wcount, obuf);
546 fflush(nhfp->fpdef);
547}
548
549/*
550 *----------------------------------------------------------------------------

Callers 15

sfexpasc.cFile · 0.85
exportascii_sfo_bitfieldFunction · 0.85
exportascii_sfo_booleanFunction · 0.85
exportascii_sfo_int32Function · 0.85
exportascii_sfo_longFunction · 0.85
exportascii_sfo_scharFunction · 0.85
exportascii_sfo_int16Function · 0.85
exportascii_sfo_size_tFunction · 0.85
exportascii_sfo_time_tFunction · 0.85
exportascii_sfo_xint8Function · 0.85
exportascii_sfo_charFunction · 0.85

Calls 2

fprintfFunction · 0.85
fflushFunction · 0.85

Tested by

no test coverage detected