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

Function exportascii_sfo_int16

util/sfexpasc.c:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void
349exportascii_sfo_int16(NHFILE *nhfp, short *d_short, const char *myname UNUSED)
350{
351 Sprintf(outbuf, "%hd", *d_short);
352 put_savefield(nhfp, outbuf, sizeof outbuf);
353 d_short++;
354}
355
356void
357exportascii_sfo_size_t(NHFILE *nhfp, size_t *d_size_t, const char *myname UNUSED)

Callers

nothing calls this directly

Calls 1

put_savefieldFunction · 0.85

Tested by

no test coverage detected