9 lines
128 B
C
9 lines
128 B
C
|
|
// retoor <retoor@molodetz.nl>
|
||
|
|
|
||
|
|
#ifndef JSON_REPAIR_H
|
||
|
|
#define JSON_REPAIR_H
|
||
|
|
|
||
|
|
char *json_repair_string(const char *src);
|
||
|
|
|
||
|
|
#endif
|