| 258 | } |
| 259 | |
| 260 | void ws_check_emit(const char *line, int len, unsigned ws_rule, |
| 261 | FILE *stream, const char *set, |
| 262 | const char *reset, const char *ws) |
| 263 | { |
| 264 | (void)ws_check_emit_1(line, len, ws_rule, stream, set, reset, ws); |
| 265 | } |
| 266 | |
| 267 | unsigned ws_check(const char *line, int len, unsigned ws_rule) |
| 268 | { |
no test coverage detected