Newsgroups: comp.lang.c
Path: utzoo!utgpu!cunews!dgbt!don
From: don@dgbt.doc.ca (Donald McLachlan)
Subject: (*x++ = *y++) vs ((*x++ = *y++) != `0`)
Message-ID: <1991Mar24.161710.28253@dgbt.doc.ca>
Sender: don@dgbt.doc.ca (Donald McLachlan)
Organization: The Communications Research Centre, Ottawa, Canada
Distribution: na
Date: Sun, 24 Mar 91 16:17:10 GMT

Gee isn't this neat. Everyone in the world would probably agree with
the simplification of the strcpy code given in K&R 2E, P105/106.

If so, why are you arguing about it???


