#ifndef MAINLOOP_H #define MAINLOOP_H #include int MainLoop(FILE *source, int encoding); #endif /* MAINLOOP_H */