Skip to main content

f_seek

Function f_seek 

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

file:seek([whence [, offset]]). C: f_seek.