> I have always thought it would be a major help to embedders if the Lua > source NEVER used the I/O routines from the C standard library directly. The Lua core does not use stdio, except for sprintf.