Program used to generate cwchess::from_to_table[]. More...
#include "sys.h"#include <iostream>#include <iomanip>#include <cstdlib>#include <stdint.h>
Go to the source code of this file.
Typedefs | |
| typedef uint64_t | mask_t |
Functions | |
| void | output (int from, int to, mask_t mask) |
| int | main () |
Program used to generate cwchess::from_to_table[].
Definition in file from_to_table.cc.