Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!topaz!bentley!kwh From: kwh@bentley.UUCP (KW Heuer) Newsgroups: net.lang.c Subject: Operators for max and min (was: Boolean Operators Slighted in C) Message-ID: <813@bentley.UUCP> Date: Tue, 13-May-86 20:05:27 EDT Article-I.D.: bentley.813 Posted: Tue May 13 20:05:27 1986 Date-Received: Thu, 15-May-86 07:43:40 EDT References: <2692@utcsri.UUCP> Organization: AT&T Bell Laboratories, Liberty Corner Lines: 6 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?