1995-02-18 01:27:10 +00:00
|
|
|
/* The actual implementation for all floating point sizes is in strtod.c.
|
|
|
|
These macros tell it to produce the `float' version, `strtof'. */
|
|
|
|
|
|
|
|
#define FLOAT float
|
|
|
|
#define FLT FLT
|
1995-03-16 07:21:33 +00:00
|
|
|
#define STRTOF strtof
|
1995-02-18 01:27:10 +00:00
|
|
|
#define MPN2FLOAT __mpn_construct_float
|
|
|
|
#define FLOAT_HUGE_VAL HUGE_VALf
|
|
|
|
|
|
|
|
#include "strtod.c"
|