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

Function exportascii_sfo_int32

util/sfexpasc.c:321–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320#if 0
321void
322exportascii_sfo_int32(NHFILE *nhfp, int *d_int, const char *myname UNUSED)
323{
324 Sprintf(outbuf, "%d", *d_int);
325 put_savefield(nhfp, outbuf, sizeof outbuf);
326 d_int++;
327}
328#endif
329
330void

Callers

nothing calls this directly

Calls 1

put_savefieldFunction · 0.85

Tested by

no test coverage detected