Source position: lauxlib.pas line 48
procedure luaL_openlib(
L: Plua_State;
const libname: PChar;
const lr: PluaL_reg;
nup: Integer
);