lua-users home
lua-l archive

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


> I agree. But features of ISO C such as gets and tmpnam that are inherently
> unsafe should simply not be exposed: they're broken.

I've just got a version of gcc that refuses to link my program with `gets'. 
That really shocked me. If I wanted that kind of protection I wouldn't be 
using C. 

-- Roberto