division: added integer division (because i can't figure out how to do it better

This commit is contained in:
2017-07-31 15:55:01 -04:00
parent 6bcacabc3b
commit 6f93ebcb24
4 changed files with 33 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ silly make_silly(short, int, int);
silly silly_add(silly, silly);
silly silly_sub(silly, silly);
silly silly_mul(silly, silly);
silly silly_div(silly, silly);
silly silly_from_float(float);
silly silly_from_double(double);