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

Function print_heading

src/who.c:546–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546static void
547print_heading (void)
548{
549 print_line (_("NAME"), ' ', _("LINE"), _("TIME"), _("IDLE"),
550 _("PID"), _("COMMENT"), _("EXIT"));
551}
552
553/* Display UTMP_BUF, which should have N entries. */
554static void

Callers 1

scan_entriesFunction · 0.70

Calls 1

print_lineFunction · 0.70

Tested by

no test coverage detected