summary refs log tree commit diff stats
path: root/c/grains/src/grains.h
blob: ed535561e0e93422af0553fa2cc3494f668ec042 (plain) (blame)
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