> Hello. Is there an alternative to the macros in this header? My > program uses some of them (DBL_MIN, DBL_MAX, DBL_EPSILON), and > including <ape/float.h> yields name clashes. Thanks.
Why not change your program not to use standard names for its own purposes? Russ