CC_D
if (dp == &CC_D) {
if (CC_D.gojf_used)
dp = &CC_D;
set_up(&CC_D);
fwrite(CC_D.offsets, sizeof(CC_D.offsets[0]), CC_D.num_cards, outf);
for (n = 0 ; n < CC_D.num_cards ; n++) {
CC_D.offsets[n] = htonl(CC_D.offsets[n]);
fwrite(&CC_D.offsets[n], sizeof(CC_D.offsets[n]), 1, outf);
printf("There were %d com. chest and %d chance cards\n", CC_D.num_cards,
in_deck = &CC_D;
in_deck = &CC_D;
CC_D.num_cards = 1;
CC_D.offsets[0] = ftell(outf);
if ((CC_D.offsets = calloc(CC_D.num_cards + 1,
get_card(&CC_D);