log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
deepstone
view dosemu/conio.h @ 14:be61704c4cc8
find changesets by author, revision, files, or words in the commit message
added initial firstp
author
John Tsiombikas <nuclear@member.fsf.org>
date
Tue, 29 Nov 2011 07:22:49 +0200
parents
f04884489bad
children
line source
1
#ifndef CONIO_H_
2
#define CONIO_H_
3
4
int kbhit(void);
5
int getch(void);
6
7
#endif /* CONIO_H_ */