| 572 | } |
| 573 | |
| 574 | static const char * |
| 575 | xo_xml_leader (xo_handle_t *xop, const char *name) |
| 576 | { |
| 577 | return xo_xml_leader_len(xop, name, strlen(name)); |
| 578 | } |
| 579 | |
| 580 | /* |
| 581 | * We need to decide if stdout is line buffered (_IOLBF). Lacking a |
no test coverage detected