aboutsummaryrefslogtreecommitdiff
path: root/bcdfp.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-16 17:33:22 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-16 17:33:22 -0400
commite2250e5cb71c9a06bf75d59e9c0369efd65b1206 (patch)
treeae87da4b129ca29c5066e27d375f080d0cac9d72 /bcdfp.h
parentdecd8312b033235cb64db2fcd3ffa4829bd21af7 (diff)
downloadbw-atari8-tools-e2250e5cb71c9a06bf75d59e9c0369efd65b1206.tar.gz
cxrefbas: added.
Diffstat (limited to 'bcdfp.h')
-rw-r--r--bcdfp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bcdfp.h b/bcdfp.h
new file mode 100644
index 0000000..a640122
--- /dev/null
+++ b/bcdfp.h
@@ -0,0 +1,4 @@
+unsigned char bcd2int(unsigned char bcd);
+unsigned char int2bcd(unsigned char i);
+unsigned short fp2int(const unsigned char *fp);
+void int2fp(unsigned short num, unsigned char *fp);