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

Function parse_column_count

src/pr.c:837–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835 columns and explicit_columns. Otherwise, exit with a diagnostic. */
836
837static void
838parse_column_count (char const *s)
839{
840 columns = getoptnum (s, 1, _("invalid number of columns"));
841 explicit_columns = true;
842}
843
844/* Estimate length of col_sep_string with option -S. */
845

Callers 1

mainFunction · 0.85

Calls 1

getoptnumFunction · 0.85

Tested by

no test coverage detected