| 771 | }; |
| 772 | |
| 773 | static _Noreturn void |
| 774 | integer_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. */ |
no outgoing calls
no test coverage detected