| version 1.9, 2011/03/20 23:15:35 |
version 1.10, 2011/03/21 04:52:09 |
| Line 581 extern void memcpy_D2A ANSI((void*, cons |
|
| Line 581 extern void memcpy_D2A ANSI((void*, cons |
|
| extern CONST double bigtens[], tens[], tinytens[]; |
extern CONST double bigtens[], tens[], tinytens[]; |
| extern unsigned char hexdig[]; |
extern unsigned char hexdig[]; |
| |
|
| extern Bigint *Balloc ANSI((size_t)); |
extern Bigint *Balloc ANSI((int)); |
| extern void Bfree ANSI((Bigint*)); |
extern void Bfree ANSI((Bigint*)); |
| extern void ULtof ANSI((ULong*, ULong*, Long, int)); |
extern void ULtof ANSI((ULong*, ULong*, Long, int)); |
| extern void ULtod ANSI((ULong*, ULong*, Long, int)); |
extern void ULtod ANSI((ULong*, ULong*, Long, int)); |