I have a simple C structures that I want to make visible in Python interpreter:
struct OpenFile { int modified; const char *filename; }; typedef struc