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

Function exportascii_sfo_char

util/sfexpasc.c:390–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389#if 0
390void
391exportascii_sfo_char(NHFILE *nhfp, xint8 *d_xint8, const char *myname UNUSED, int cnt)
392{
393 short tmp;
394
395 tmp = (int) *d_xint8;
396 Sprintf(outbuf, "%d", tmp);
397 put_savefield(nhfp, outbuf, sizeof outbuf);
398 d_xint8++;
399}
400#endif
401
402void

Callers 1

sfexpasc.cFile · 0.85

Calls 1

put_savefieldFunction · 0.85

Tested by

no test coverage detected