Operators for max and min (was: Boolean Operators Slighted in C)

KW Heuer kwh at bentley.UUCP
Wed May 14 10:05:27 AEST 1986


In article <2692 at utcsri.UUCP> greg at utcsri.UUCP (Gregory Smith) writes:
>... to support '/\' and '\/' ( max and min ) ...
>#define min(a,b) ((a)\/(b))
>#define max(a,b) ((a)/\(b))

Shouldn't that be the other way around?



More information about the Comp.lang.c mailing list