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