| 12 | #include "xo_encoder.h" |
| 13 | |
| 14 | static int |
| 15 | test_handler (XO_ENCODER_HANDLER_ARGS) |
| 16 | { |
| 17 | printf("op %s: [%s] [%s] [%#llx]\n", xo_encoder_op_name(op), |
| 18 | name ?: "", value ?: "", (unsigned long long) flags); |
| 19 | |
| 20 | return 0; |
| 21 | } |
| 22 | |
| 23 | int |
| 24 | xo_encoder_library_init (XO_ENCODER_INIT_ARGS) |
nothing calls this directly
no test coverage detected