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?