From 4c6736dec273fd98449dc8a8a274d29d58d2df60 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 19 Nov 2009 23:47:21 -0500 Subject: [PATCH] cfloat: Update cfloat.h. --- cfloat.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cfloat.h b/cfloat.h index 70ac1cf..6936202 100644 --- a/cfloat.h +++ b/cfloat.h @@ -1,7 +1,9 @@ -#ifndef MARSHAL_H_ -#define MARSHAL_H_ +#ifndef CFLOAT_H_ +#define CFLOAT_H_ -int fmt_double(char *buf, double val); -double double_sign(double val); +int double_format(char *buf, const char *fmt, double val); +double double_signum(double val); +int double_classify(double val); +int double_compare(double a, double b); #endif -- 2.11.4.GIT