1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games/cribbage
mestre 6fa5e1da34 - General changes:
- Remove -? from getopt(3) options, but still keep (or add) -h where applicable
- Replace hardcoded program strings by getprogname(3)

- Specific changes:
- atc(6): this used -? and -u for usage(), remove both from game and manpage
- bcd(6): use __progname instead of getprogname(3), no need to include stdlib.h
- hunt(6): replace fputs(3) by fprintf(3)

OK tb@ after his suggestions
2016-03-07 12:07:55 +00:00
..
cards.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
crib.c - General changes: 2016-03-07 12:07:55 +00:00
cribbage.6 Delete cribbage logging. Was never enabled and no point in enabling it. 2015-03-12 02:19:10 +00:00
cribbage.h Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
cribbage.n
cribcur.h
deck.h Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
extern.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
instr.c As per style(9), remove remaining lint-style comments from games/ 2016-01-10 13:35:09 +00:00
io.c As per style(9), remove remaining lint-style comments from games/ 2016-01-10 13:35:09 +00:00
Makefile Delete cribbage logging. Was never enabled and no point in enabling it. 2015-03-12 02:19:10 +00:00
pathnames.h Delete cribbage logging. Was never enabled and no point in enabling it. 2015-03-12 02:19:10 +00:00
score.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
support.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00