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

Function exportascii_sfo_long

util/sfexpasc.c:330–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328#endif
329
330void
331exportascii_sfo_long(NHFILE *nhfp, long *d_long, const char *myname UNUSED)
332{
333 Sprintf(outbuf, "%ld", *d_long);
334 put_savefield(nhfp, outbuf, sizeof outbuf);
335 d_long++;
336}
337
338void
339exportascii_sfo_schar(NHFILE *nhfp, schar *d_schar, const char *myname UNUSED)

Callers

nothing calls this directly

Calls 1

put_savefieldFunction · 0.85

Tested by

no test coverage detected