Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!rochester!ken From: ken@rochester.UUCP Newsgroups: comp.lang.c Subject: Re: impossible problem for find(1)? Message-ID: <27409@rochester.ARPA> Date: Thu, 30-Apr-87 00:18:22 EDT Article-I.D.: rocheste.27409 Posted: Thu Apr 30 00:18:22 1987 Date-Received: Fri, 1-May-87 02:46:00 EDT References: <2645@phri.UUCP> <6454@mimsy.UUCP> <5797@brl-smoke.ARPA> <465@haddock.UUCP> Reply-To: ken@rochester.UUCP (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 10 |I don't mean to flame the author's style, but what's wrong with | EXIT( file1.st_mtime < file2.st_mtime ? 1 : 0 ); | /* NOTREACHED */ Or better still: EXIT( file1.st_mtime < file2.st_mtime); /*NOTREACHED*/ Ken