[Wolves] dmr
Stephen Parkes
sparkes at westmids.biz
Thu Oct 13 13:37:27 UTC 2011
> Very sad news, all of us owe him quite a debt.
>
> #include <stdio.h>
>
> int main()
> {
> printf("Rest In Peace\n");
> }
>
> Yes, before you ask, I was sad enough to compile and test it......
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Rest In Peace\n");
return 0;
}
He wouldn't approve of such sloppy style for main or the lack of a
return but does like your indent style.
sparkes
More information about the Wolves
mailing list