| 172 | } |
| 173 | |
| 174 | void |
| 175 | hoedown_buffer_sets(hoedown_buffer *buf, const char *str) |
| 176 | { |
| 177 | hoedown_buffer_set(buf, (const uint8_t *)str, strlen(str)); |
| 178 | } |
| 179 | |
| 180 | int |
| 181 | hoedown_buffer_eq(const hoedown_buffer *buf, const uint8_t *data, size_t size) |
nothing calls this directly
no test coverage detected