Mail Archives: djgpp/1998/04/28/03:45:38
Vic wrote:
>
> Daniel Delorme wrote:
> > Put each function in a different file and compile them as a project
> > (I use RHIDE) and you'll get SIGFPE except if you run the program from
> > the RHIDE editor under win95. But if you do that, although it won't
> > crash, the output will be wrong.
>
> runs fine for me...
> first file:
> #include "stdio.h"
> double ReturnDouble(int I);
Vic,
maybe you should have told him to think about
what prototypes are for...
Maybe, also somebody should tell him the secrets
of
gcc -Wall -pedantic
--
Ciao
Tom
*************************************************************
* Thomas Demmer *
* Lehrstuhl fuer Stroemungsmechanik *
* Ruhr-Uni-Bochum *
* Universitaetsstr. 150 *
* D-44780 Bochum *
* Tel: +49 234 700 6434 *
* Fax: +49 234 709 4162 *
* http://www.lstm.ruhr-uni-bochum.de/~demmer *
*************************************************************
- Raw text -