|
|
1.1 root 1: # define bool char
2:
3: # define CC_D deck[0]
4: # define CH_D deck[1]
5:
6: struct dk_st { /* deck description structure */
7: int num_cards; /* number of cards in deck */
8: int last_card; /* number of last card picked */
9: bool gojf_used; /* set if gojf card out of deck */
10: long *offsets; /* offests for start of cards */
11: };
12:
13: typedef struct dk_st DECK;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.