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

Function exportascii_sfo_time_t

util/sfexpasc.c:366–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void
367exportascii_sfo_time_t(NHFILE *nhfp, time_t *d_time_t, const char *myname UNUSED)
368{
369 Sprintf(outbuf, "%s", yyyymmddhhmmss(*d_time_t));
370 put_savefield(nhfp, outbuf, sizeof outbuf);
371}
372void
373exportascii_sfo_xint8(NHFILE *nhfp, int8 *d_int8, const char *myname UNUSED)
374{

Callers

nothing calls this directly

Calls 2

yyyymmddhhmmssFunction · 0.85
put_savefieldFunction · 0.85

Tested by

no test coverage detected