| 32 | } |
| 33 | |
| 34 | static void slog_write(struct hc_slog *s, |
| 35 | const size_t n, |
| 36 | struct hc_slog_field *fields[]) { |
| 37 | assert(s->write); |
| 38 | s->write(s, n, fields); |
| 39 | } |
| 40 | |
| 41 | void __hc_slog_write(struct hc_slog *s, |
| 42 | const size_t n, |
no outgoing calls
no test coverage detected