| version 1.2, 2006/01/25 15:27:42 |
version 1.3, 2006/03/11 18:38:14 |
| Line 577 extern void memcpy_D2A ANSI((void*, cons |
|
| Line 577 extern void memcpy_D2A ANSI((void*, cons |
|
| extern char *dtoa ANSI((double d, int mode, int ndigits, |
extern char *dtoa ANSI((double d, int mode, int ndigits, |
| int *decpt, int *sign, char **rve)); |
int *decpt, int *sign, char **rve)); |
| extern char *g__fmt ANSI((char*, char*, char*, int, ULong)); |
extern char *g__fmt ANSI((char*, char*, char*, int, ULong)); |
| extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int)); |
extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int)); |
| extern void hexdig_init_D2A(Void); |
extern void hexdig_init_D2A(Void); |
| extern int hexnan ANSI((CONST char**, FPI*, ULong*)); |
extern int hexnan ANSI((CONST char**, CONST FPI*, ULong*)); |
| extern int hi0bits_D2A ANSI((ULong)); |
extern int hi0bits_D2A ANSI((ULong)); |
| extern Bigint *i2b ANSI((int)); |
extern Bigint *i2b ANSI((int)); |
| extern Bigint *increment ANSI((Bigint*)); |
extern Bigint *increment ANSI((Bigint*)); |
| Line 600 extern void memcpy_D2A ANSI((void*, cons |
|
| Line 600 extern void memcpy_D2A ANSI((void*, cons |
|
| extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*)); |
extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*)); |
| extern double strtod ANSI((const char *s00, char **se)); |
extern double strtod ANSI((const char *s00, char **se)); |
| extern Bigint *sum ANSI((Bigint*, Bigint*)); |
extern Bigint *sum ANSI((Bigint*, Bigint*)); |
| extern int trailz ANSI((Bigint*)); |
extern int trailz ANSI((CONST Bigint*)); |
| extern double ulp ANSI((double)); |
extern double ulp ANSI((double)); |
| |
|
| #ifdef __cplusplus |
#ifdef __cplusplus |