| 303 | } |
| 304 | |
| 305 | size_t quote_c_style(const char *name, struct strbuf *sb, FILE *fp, unsigned flags) |
| 306 | { |
| 307 | return quote_c_style_counted(name, -1, sb, fp, flags); |
| 308 | } |
| 309 | |
| 310 | void quote_two_c_style(struct strbuf *sb, const char *prefix, const char *path, |
| 311 | unsigned flags) |
no test coverage detected