From f6c9e65d4f906d0847ef747595de6495c92b9778 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 16 Oct 2007 14:40:27 -0700 Subject: Implement floating-point option control directive New directive [FLOAT] with associated standard macros; allows the setting to be saved and restored. --- float.h | 1 + 1 file changed, 1 insertion(+) (limited to 'float.h') diff --git a/float.h b/float.h index 430c464..04e9b17 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 -- cgit v1.2.3