1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-28 19:29:34 +00:00
8bitworkshop/presets/c64/bcd.h

4 lines
110 B
C
Raw Normal View History

2020-04-10 02:35:38 +00:00
unsigned int bcd_add(unsigned int a, unsigned int b);
unsigned int bcd_add2(unsigned int a, unsigned int b);