9 lines
132 B
C
Raw Normal View History

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