native Lua  0.5.0-devel
Lua on the platform you use with the compiler you choose
Functions
lib1.c File Reference
#include "lua.h"
#include "lauxlib.h"
Include dependency graph for lib1.c:

Functions

LUAMOD_API int lib1_export (lua_State *L)
 
LUAMOD_API int onefunction (lua_State *L)
 
LUAMOD_API int anotherfunc (lua_State *L)
 
LUAMOD_API int luaopen_lib1_sub (lua_State *L)
 

Function Documentation

◆ anotherfunc()

LUAMOD_API int anotherfunc ( lua_State L)

◆ lib1_export()

LUAMOD_API int lib1_export ( lua_State L)

◆ luaopen_lib1_sub()

LUAMOD_API int luaopen_lib1_sub ( lua_State L)

◆ onefunction()

LUAMOD_API int onefunction ( lua_State L)