diff options
| author | rsc <devnull@localhost> | 2004-02-29 22:11:15 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-02-29 22:11:15 +0000 |
| commit | 91c13e54b5d631b65e2f8344d5e0abd058f78ba1 (patch) | |
| tree | 81d77fc6a74f182543603032462e865e34e43335 /src/lib9/fmt/strtod.h | |
| parent | 5a8e63b2f016735364d17866d5e2bcb35d20c78b (diff) | |
| download | plan9port-91c13e54b5d631b65e2f8344d5e0abd058f78ba1.tar.gz plan9port-91c13e54b5d631b65e2f8344d5e0abd058f78ba1.zip | |
Move utf, fmt. Small header file changes.
Diffstat (limited to 'src/lib9/fmt/strtod.h')
| -rw-r--r-- | src/lib9/fmt/strtod.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib9/fmt/strtod.h b/src/lib9/fmt/strtod.h new file mode 100644 index 00000000..82c3d46e --- /dev/null +++ b/src/lib9/fmt/strtod.h @@ -0,0 +1,4 @@ +extern double __NaN(void); +extern double __Inf(int); +extern double __isNaN(double); +extern double __isInf(double, int); |
