Introduce old redir program
[lcapit-junk-code.git] / pet-projects / games / hangman / misc.h
blob3655bc7d6a601d3fc072dfa4a493d37ca566fdd0
1 #ifndef MISC_H
2 #define MISC_H
4 void eprint(const char *fmt, ...);
5 void mprint(const char *fmt, ...);
6 void flush_all(void);
7 void clear_screen(void);
9 #endif /* MISC_H */