Fri Mar 17 13:28:04 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
[glibc.git] / stdlib / strtof.c
blob1d1c41f46a29aac5a007ecf4658bb1e5a245ff35
1 /* The actual implementation for all floating point sizes is in strtod.c.
2 These macros tell it to produce the `float' version, `strtof'. */
4 #define FLOAT float
5 #define FLT FLT
6 #define STRTOF strtof
7 #define MPN2FLOAT __mpn_construct_float
8 #define FLOAT_HUGE_VAL HUGE_VALf
10 #include "strtod.c"