repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce old redir program
[lcapit-junk-code.git]
/
pet-projects
/
games
/
hangman
/
misc.h
blob
3655bc7d6a601d3fc072dfa4a493d37ca566fdd0
1
#ifndef MISC_H
2
#define MISC_H
3
4
void
eprint
(
const char
*
fmt
, ...);
5
void
mprint
(
const char
*
fmt
, ...);
6
void
flush_all
(
void
);
7
void
clear_screen
(
void
);
8
9
#endif
/* MISC_H */