[gforth] / gforth / Attic / ecvt.c  

gforth: gforth/Attic/ecvt.c

Diff for /gforth/Attic/ecvt.c between version 1.4 and 1.5

version 1.4, Thu Feb 2 18:13:03 1995 UTC version 1.5, Fri Apr 14 18:56:54 1995 UTC
Line 1 
Line 1 
 /* 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];


Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help