SIZEOF
Brandon Allbery
bsa at ncoast.UUCP
Fri Feb 8 14:27:40 AEST 1985
> Article <7810 at brl-tgr.ARPA>, from Doug Gwyn (VLD/VMB) <gwyn at Brl-Vld.ARPA>
+----------------
| The rule in my team is "make the code pass lint completely or else
| explain why it can't possibly".
STANDARD RESPONSE:
Is it reasonable that I should have to write:
char *foo = "/tmp";
chdir(foo);
instead of
chdir("/tmp");
just to satisfy lint? It gets impossible to trace through the garbage
our lint puts out. (Before you tell me to fix lint, give me a Xenix
source license.)
Brandon (bsa at ncoast.UUCP)
--
Brandon Allbery, decvax!cwruecmp!ncoast!bsa, "ncoast!bsa"@case.csnet (etc.)
6504 Chestnut Road, Independence, Ohio 44131 +1 216 524 1416 (or what have you)
More information about the Comp.lang.c
mailing list