--- In [email protected], ed <[EMAIL PROTECTED]> wrote: > > On Wed, 03 Oct 2007 19:49:17 -0000 > "Nico Heinze" <[EMAIL PROTECTED]> wrote: > > > #include <stdio.h> > > #include <math.h> > > > return EXIT_SUCCESS; > > > Haven't tried this code myself, but it should compile > > and run (almost) out of the box. > > Sorry, it's trivial, but EXIT_SUCCESS is a macro in > stdlib.h, which needs including.
Thanks for the hint! O.k., I'll (hopefully...) never again post any code that I haven't compiled on my own in advance. Shame on me... Regards, Nico
