summaryrefslogtreecommitdiff
path: root/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'float.h')
-rw-r--r--float.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/float.h b/float.h
index 430c4643..04e9b172 100644
--- a/float.h
+++ b/float.h
@@ -19,5 +19,6 @@ enum float_round {
int float_const(const char *string, int sign, uint8_t *result, int bytes,
efunc error);
+int float_option(const char *option);
#endif