| 1233 | } |
| 1234 | |
| 1235 | void expr_fprint(struct expr *e, FILE *out) |
| 1236 | { |
| 1237 | expr_print(e, expr_print_file_helper, out, E_NONE); |
| 1238 | } |
| 1239 | |
| 1240 | static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) |
| 1241 | { |
no test coverage detected