1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-19 17:29:32 +00:00
8bitworkshop/presets/c64/bcd.h
2020-04-09 21:35:38 -05:00

4 lines
110 B
C

unsigned int bcd_add(unsigned int a, unsigned int b);
unsigned int bcd_add2(unsigned int a, unsigned int b);