[net.lang.c] Operators for max and min

kwh@bentley.UUCP (KW Heuer) (05/14/86)

In article <2692@utcsri.UUCP> greg@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?