NetBSD/games/cribbage
rillig 117d073a60 Fixed wrong use of datatypes. In wait_for(), a char was used together
with getchar(), in readchar(), a char was used to read input, which in
getuchar() is used as an argument to islower() and toupper(). Also removed
a condition which terminated the process if the user typed in character
255. Approved by christos.
2005-04-19 20:12:07 +00:00
..
Makefile
cards.c
crib.c
cribbage.6
cribbage.h
cribbage.n
cribcur.h
deck.h
extern.c
instr.c
io.c
pathnames.h
score.c
support.c