9 lines
132 B
C
Raw Normal View History

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