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