/* zero0.h */ /* * this is the number zero, used to trick clever compilers when * dividing by it to crash program * there is a routine called zero - this name cannot overlap * definition is in */ extern const double ZeroNum;