Skip to main content

luaopen_io

Function luaopen_io 

Source
pub fn luaopen_io(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

Open the io library and return 1 (the library table). C: luaopen_io.