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 Mark unused parameters, nonreturning functions and format functions in 2004-02-08 22:23:50 +00:00
cribbage.n
cribcur.h
deck.h
extern.c
instr.c Cast last argument of execl to (char *). 2005-02-15 12:56:20 +00:00
io.c Fixed wrong use of datatypes. In wait_for(), a char was used together 2005-04-19 20:12:07 +00:00
pathnames.h
score.c
support.c