Path: utzoo!attcan!uunet!lll-winken!decwrl!apple!olivea!tymix!cirrusl!sunstorm!dhesi From: dhesi%cirrusl@oliveb.ATC.olivetti.com (Rahul Dhesi) Newsgroups: comp.lang.c Subject: Re: more on TRUE and FALSE (side-comment) Message-ID: <2507@cirrusl.UUCP> Date: 26 Sep 90 04:03:00 GMT References: <181@thor.UUCP> <14084:Sep2105:38:0890@kramden.acf.nyu.edu> <18097@haddock.ima.isc.com> <18292:Sep2203:27:3090@kramden.acf.nyu.edu> <1990Sep23.002920.16174@zoo.toronto.edu> Sender: news@cirrusl.UUCP Organization: Cirrus Logic Inc. Lines: 9 #define STRCMP(a,op,b) (strcmp(a,b) op 0) if (STRCMP(a, ==, b)) (void) printf("a == b\n"); if (STRCMP(c, <, d)) (void) printf("c < d\n"); -- Rahul Dhesi UUCP: oliveb!cirrusl!dhesi