#ifndef GRAINS_H #define GRAINS_H #include #define MAX_SQUARES 64 uint64_t square(uint8_t index); uint64_t total(void); #endif