forked from len0rd/rockbox
Lua:
* add IO lib (adapted to Rockbox) * remove old IO wrappers * rework helloworld.lua to work with the IO lib * do some stuff in helloworld.lua better (part of FS#10379, by James Callahan) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21541 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e4098bd66
commit
681ca21a1e
5 changed files with 512 additions and 143 deletions
|
@ -36,6 +36,7 @@ static const luaL_Reg lualibs[] = {
|
|||
{LUA_OSLIBNAME, luaopen_os},
|
||||
{LUA_ROCKLIBNAME, luaopen_rock},
|
||||
{LUA_BITLIBNAME, luaopen_bit},
|
||||
{LUA_IOLIBNAME, luaopen_io},
|
||||
{LUA_LOADLIBNAME, luaopen_package},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue