9 lines
128 B
C
Raw Normal View History

2026-01-29 00:38:21 +01:00
// retoor <retoor@molodetz.nl>
#ifndef JSON_REPAIR_H
#define JSON_REPAIR_H
char *json_repair_string(const char *src);
#endif