MCPcopy Create free account
hub / github.com/coreutils/coreutils / out_minus_zero

Function out_minus_zero

src/stat.c:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717 printf (pformat, arg);
718}
719static int
720out_minus_zero (char *pformat, size_t prefix_len)
721{
722 make_format (pformat, prefix_len, "'-+ 0", ".0f");
723 return printf (pformat, -0.25);
724}
725
726/* Output the number of seconds since the Epoch, using a format that
727 acts like printf's %f format. */

Callers 1

out_epoch_secFunction · 0.85

Calls 1

make_formatFunction · 0.85

Tested by

no test coverage detected