| 1021 | using a multibyte field delimiter. */ |
| 1022 | |
| 1023 | static void |
| 1024 | cut_fields_mb (FILE *stream) |
| 1025 | { |
| 1026 | cut_fields_mb_any (stream, false); |
| 1027 | } |
| 1028 | |
| 1029 | /* Read from STREAM, printing to standard output any selected fields, |
| 1030 | using byte searches for a single-byte or valid UTF-8 field delimiter. */ |
nothing calls this directly
no test coverage detected