Move utf, fmt. Small header file changes.
This commit is contained in:
parent
5a8e63b2f0
commit
91c13e54b5
73 changed files with 5771 additions and 3 deletions
4
src/lib9/fmt/nan.h
Normal file
4
src/lib9/fmt/nan.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extern double __NaN(void);
|
||||
extern double __Inf(int);
|
||||
extern int __isNaN(double);
|
||||
extern int __isInf(double, int);
|
||||
Loading…
Add table
Add a link
Reference in a new issue