386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Tue, 9 Apr 1991 00:30:04 +0000 (16:30 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Tue, 9 Apr 1991 00:30:04 +0000 (16:30 -0800)
commitf6ce5b775b1488e62e1e1e1f7692c10585ea0acc
treed0f527de0a2f8d77c0406e5113819d67ff53bbf8
parent99777a49ff3342e272a1cf535bd039776da4f3a3
386BSD 0.1 development
Work on file usr/othersrc/games/cribbage/cards.c
Work on file usr/othersrc/games/cribbage/crib.c
Work on file usr/othersrc/games/cribbage/cribbage.6
Work on file usr/othersrc/games/cribbage/extern.c
Work on file usr/othersrc/games/cribbage/cribcur.h
Work on file usr/othersrc/games/cribbage/deck.h
Work on file usr/othersrc/games/cribbage/cribbage.h
Work on file usr/othersrc/games/cribbage/instr.c
Work on file usr/othersrc/games/cribbage/io.c
Work on file usr/othersrc/games/cribbage/pathnames.h
Work on file usr/othersrc/games/cribbage/score.c
Work on file usr/othersrc/games/cribbage/support.c

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1
12 files changed:
usr/othersrc/games/cribbage/cards.c [new file with mode: 0644]
usr/othersrc/games/cribbage/crib.c [new file with mode: 0644]
usr/othersrc/games/cribbage/cribbage.6 [new file with mode: 0644]
usr/othersrc/games/cribbage/cribbage.h [new file with mode: 0644]
usr/othersrc/games/cribbage/cribcur.h [new file with mode: 0644]
usr/othersrc/games/cribbage/deck.h [new file with mode: 0644]
usr/othersrc/games/cribbage/extern.c [new file with mode: 0644]
usr/othersrc/games/cribbage/instr.c [new file with mode: 0644]
usr/othersrc/games/cribbage/io.c [new file with mode: 0644]
usr/othersrc/games/cribbage/pathnames.h [new file with mode: 0644]
usr/othersrc/games/cribbage/score.c [new file with mode: 0644]
usr/othersrc/games/cribbage/support.c [new file with mode: 0644]