9 lines
128 B
C
Raw Normal View History

// retoor <retoor@molodetz.nl>
#ifndef JSON_REPAIR_H
#define JSON_REPAIR_H
char *json_repair_string(const char *src);
#endif