[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Why missing #includes don't cause warning/fail?
From: |
Wendell P |
Subject: |
[Tinycc-devel] Why missing #includes don't cause warning/fail? |
Date: |
Sat, 31 May 2014 12:16:35 -0700 |
Using tcc 0.9.26 on Windows 7 64-bit.
In the fib.c example that comes with tcc, atoi() is used but
there is no #include <stdlib.h>, yet tcc compiles it OK. It
even compiles without problem if I remove #include <stdio.h>.
--
http://www.fastmail.fm - The way an email service should be
- [Tinycc-devel] Why missing #includes don't cause warning/fail?,
Wendell P <=