This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: incompatible implicit declaration of built-in function 'exit'
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: gcc at gcc dot gnu dot org, paul at codesourcery dot com
- Cc: howarth at bromo dot msbb dot uc dot edu
- Date: Tue, 28 Mar 2006 15:56:47 -0500 (EST)
- Subject: Re: incompatible implicit declaration of built-in function 'exit'
Paul,
Thanks. I had been trying stdlib.h but didn't realize it had to
occur before the other headers like stdio.h. Placing it first solved
the problem.
Jack