repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not
[glibc.git]
/
stdlib
/
strtof.c
blob
1d1c41f46a29aac5a007ecf4658bb1e5a245ff35
1
/* The actual implementation for all floating point sizes is in strtod.c.
2
These macros tell it to produce the `float' version, `strtof'. */
3
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
9
10
#include
"strtod.c"