LUAL_OPENLIBS(3) Library Functions Manual LUAL_OPENLIBS(3)

luaL_openlibsopens all standard Lua libraries into the given state, function indicator [-0, +0, m]

#include <lauxlib.h>

void
luaL_openlibs(lua_State *L);

() opens all standard Lua libraries into the given state.

Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.

The luaL_openlibs() manual page is based on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.

July 26, 2022 Debian