| 77 | "data size too large", "invalid status code"}; |
| 78 | |
| 79 | int csv_error(struct csv_parser *p) { |
| 80 | /* Return the current status of the parser */ |
| 81 | return p->status; |
| 82 | } |
| 83 | |
| 84 | const char *csv_strerror(int status) { |
| 85 | /* Return a textual description of status */ |