1 2 3 4 5 6 7 8 9
#ifndef GRAINS_H #define GRAINS_H #include <stdint.h> uint64_t square(uint8_t index); uint64_t total(void); #endif