Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: v_borchert@despammed.com (Volker Borchert) Newsgroups: comp.lang.java.programmer Subject: Re: [OT] Dennis Ritchie dies at 70 Date: 15 Oct 2011 18:12:43 GMT Organization: Private site at Eddersheim, Germany Lines: 54 Distribution: world Message-ID: References: <5mlom8-vij.ln1@hurricane.fredriksson.dy.fi> X-Trace: individual.net mE4p5c0aTYhl7ITTBnCZEgAWkNTS/SL5ir9uvUFn/NP781UfJU Cancel-Lock: sha1:6oT1+AIZ1t9LN9272FU5AcbXciE= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:8824 Tom Anderson wrote: > On Sat, 15 Oct 2011, Volker Borchert wrote: > > > rossum wrote: > >> On Thu, 13 Oct 2011 14:20:00 -0700, markspace <-@.> wrote: > >> > >>> Dennis Ritchie, whose work creating the C programming language and the > >>> Unix operating system became the cornerstone of today???s modern world of > >>> computing, has died. He was 70. > >>> > >>> Ritchie???s death was announced Wednesday in a staff memo from Jeong Kim, > >>> president of Bell Labs, where Ritchie worked from 1967 to 2007. > >>> > >>> > >> > >> #include > >> > >> int main(void) > >> { > >> printf("Goodbye, world.\n"); > >> return 0; > >> } > > > > main() { > > printf("Goodbye, World.\n"); > > return 0; > > /* Atheists use > > exit(0); > > */ > > } > > At least put that in an IFDEF! Combined with <5mlom8-vij.ln1@hurricane.fredriksson.dy.fi> we have now main(argc, argv) int argc; char *argv[]; { printf("Goodbye, World.\n"); #ifdef ATHEIST exit(0); #else return 0; #endif } Can this be agreed upon? -- "I'm a doctor, not a mechanic." Dr Leonard McCoy "I'm a mechanic, not a doctor." Volker Borchert