| 327 | |
| 328 | |
| 329 | auto set_table(DdTableResults * table, int handno) -> void |
| 330 | { |
| 331 | for (int suit = 0; suit < DDS_STRAINS; suit++) |
| 332 | for (int pl = 0; pl <= 3; pl++) |
| 333 | table->res_table[suit][pl] = dd_table_[handno][4 * suit + pl]; |
| 334 | } |
| 335 | |
| 336 | |
| 337 | auto compare_table(DdTableResults * table, int handno) -> bool |
no outgoing calls
no test coverage detected