| version 1.4, Thu Feb 2 18:13:03 1995 UTC | version 1.5, Fri Apr 14 18:56:54 1995 UTC | ||
|---|---|---|---|
|
|
||
| /* cheap ecvt replacement */ | /* cheap ecvt replacement */ | ||
| #include <math.h> | #include <math.h> | ||
| extern double floor(double); | |||
| extern double pow10(double); | |||
| #define MAXCONV 0x40 | #define MAXCONV 0x40 | ||
| char scratch[MAXCONV]; | char scratch[MAXCONV]; |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |