Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site qtlon.UUCP
Path: utzoo!watmath!clyde!floyd!vax135!ukc!qtlon!dave
From: dave@qtlon.UUCP (Dave Lukes)
Newsgroups: net.lang.c
Subject: Re: Wanted--better way to please lint and sccs
Message-ID: <213@qtlon.UUCP>
Date: Sun, 11-Mar-84 12:04:32 EST
Article-I.D.: qtlon.213
Posted: Sun Mar 11 12:04:32 1984
Date-Received: Tue, 13-Mar-84 19:35:24 EST
References: <831@elsie.UUCP>, <7447@mgweed.UUCP>
Organization: Quantime Ltd., London, WC1
Lines: 25
What's wrong with:
main() {
"%W% %G% or whatever ??";
}
or, if you prefer:
main() {
(void)"%W% %G% or whatever ??";
}
Yes, it IS legal C, just like:
main() {
3;
}
(Check the reference manual: ANY expression is a valid statement !)
Yours sardonically,
Dave Lukes (!ukc!qtlon!dave)