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

Function integer_overflow

src/pr.c:773–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771};
772
773static _Noreturn void
774integer_overflow (void)
775{
776 error (EXIT_FAILURE, 0, _("integer overflow"));
777}
778
779/* Return the number of columns that have either an open file or
780 stored lines. */

Callers 2

separator_stringFunction · 0.85
init_store_colsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected