/* ** $Id: lbuiltin.h $ ** Shell builtins (cd, exec, umask) ** See Copyright Notice in lua.h */ #ifndef lbuiltin_h #define lbuiltin_h #include "lua.h" void luaopen_builtins(lua_State *L); #endif