1 2 3 4 5 6 7 8
#ifndef MAINLOOP_H #define MAINLOOP_H #include <stdio.h> int MainLoop(FILE *source, int encoding); #endif /* MAINLOOP_H */