diff options
Diffstat (limited to 'float.h')
-rw-r--r-- | float.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |