| 927 | } |
| 928 | |
| 929 | static void |
| 930 | cut_characters (FILE *stream) |
| 931 | { |
| 932 | cut_characters_mode (stream, false); |
| 933 | } |
| 934 | |
| 935 | /* Read from STREAM, printing to standard output any selected fields, |
| 936 | using a multibyte-aware field delimiter parser. */ |
nothing calls this directly
no test coverage detected