lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Patrick wrote:
> So would the verbosity not be coming from the "hello world" code and not the strange mid-file include? I don't understand the relation to the discussion if so?

The include can happen anywhere. The preprocessor doesn't care. 

Take care when including because order matters. 

Dave

-=-=- dave@nexttolast.com -=-=-

On Oct 18, 2011, at 7:36 PM, "Patrick Mc(avery" <patrick@spellingbeewinnars.org> wrote:

> On 11-10-18 07:16 PM, Elias Barrionovo wrote:
>> Its because you haven't included system libraries that themselves
>> other libraries and so on. In the end, if you include stdio.h just to
>> have a single printf function (for, say, a hello world) you end up
>> with loads and loads of other stuff stuff.
> Thanks Elias
> 
> 
> 
> -Patrick
>