summaryrefslogtreecommitdiffstats
path: root/app/prototypes.h
diff options
context:
space:
mode:
authorJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:48:42 +0000
committerJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:48:42 +0000
commit6bc7601e8f6c83c8def86aa7ae7cf06f51593771 (patch)
tree9518dad41956f815f8049301b5a3ff8c59131e2f /app/prototypes.h
parentae0195ab312388deb8466816375addc155eadad9 (diff)
downloadclock-master.tar.gz
clock-master.tar.bz2
clock-master.zip
remove all use of FP in printf as it's not thread safeHEADmaster
Diffstat (limited to 'app/prototypes.h')
-rw-r--r--app/prototypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/prototypes.h b/app/prototypes.h
index 2fb6277..82be3cb 100644
--- a/app/prototypes.h
+++ b/app/prototypes.h
@@ -212,3 +212,7 @@ extern uint32_t meteotime_data[(((((37)*(60)*(24)))+(32 -1))/(32))];
extern void meteotime_save(UTC *u, uint8_t *bits);
/* ephemeris.c */
extern Ephemeris ephemeris[32];
+/* fp.c */
+extern char *fd1(double f, int s, int bp, int dp);
+extern char *fd2(double f, int s, int bp, int dp);
+extern char *fd3(double f, int s, int bp, int dp);