On Aug 5, 2008, at 7:43 PM, Russ Cox wrote:
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
In this case, "its own purposes" == "allowing the user to choose that as a parameter to an expression."