lua-users home
lua-l archive

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


> unfortunately luaopen_io crashes.

You must lua_call luaopen_io, not call it directly. See linit.c.