summaryrefslogtreecommitdiff
path: root/src/math.h
blob: 4dab4a7f8d4f05d024a0697416e97111386a5e08 (plain) (blame)
1
2
3
4
5
int
add_size(const size_t x, const size_t y, size_t *const out);

int
mul_size(const size_t x, const size_t y, size_t *const out);