1 2 3 4 5 6 7 8 9 10 11 12
#define EDOM (1) /** domain error **/ /*** is used to indicate that an argument supplied to a function is outside the defined input domain. ***/ /* STDC(1) */