On Tue, Apr 6, 2010 at 7:22 PM, Philip Guenther <guent...@gmail.com> wrote:
>
> $ gcc -Wall blah.c
> blah.c: In function `main':
> blah.c:16: warning: implicit declaration of function `exit'
> blah.c:19: warning: implicit declaration of function `malloc'
> blah.c:28: warning: implicit declaration of function `free'

Yes, including the appropriate include file seems to have eliminated the
warnings and fixed the error.

Thanks.

Reply via email to