diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-17 00:16:39 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-17 00:16:39 +0100 |
| commit | 0df4f6f98101bb3be192ce892aa1452f2c6de1a4 (patch) | |
| tree | 8bd047e4e247812495b1fdb489e2e37c2cf14224 /src/cubetypes.h | |
| parent | 20ac0e60d7174114965d4419af0bb3028db8e447 (diff) | |
| download | nissy-0df4f6f98101bb3be192ce892aa1452f2c6de1a4.tar.gz nissy-0df4f6f98101bb3be192ce892aa1452f2c6de1a4.zip | |
Use inttypes.h macros to print uint64_t variables (this requires -std=c99). Added a couple of TODOs
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 4997f3a..334662c 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #define CUBETYPES_H | 2 | #define CUBETYPES_H |
| 3 | 3 | ||
| 4 | #include <stdbool.h> | 4 | #include <stdbool.h> |
| 5 | #include <stdint.h> | 5 | #include <inttypes.h> |
| 6 | 6 | ||
| 7 | #define NMOVES 55 /* Actually 55, but one is NULLMOVE */ | 7 | #define NMOVES 55 /* Actually 55, but one is NULLMOVE */ |
| 8 | #define NTRANS 48 | 8 | #define NTRANS 48 |
