|
native Lua
0.5.0-devel
Lua on the platform you use with the compiler you choose
|
#include "lprefix.h"#include <stdlib.h>#include "lua.h"#include "lauxlib.h"#include "lualib.h"#include "_native_lua_config.h"
Macros | |
| #define | lcorolib_c |
| #define | LUA_LIB |
| #define | COS_RUN 0 |
| #define | COS_DEAD 1 |
| #define | COS_YIELD 2 |
| #define | COS_NORM 3 |
Functions | |
| LUAMOD_API int | luaopen_coroutine (lua_State *L) |
| #define COS_DEAD 1 |
| #define COS_NORM 3 |
| #define COS_RUN 0 |
| #define COS_YIELD 2 |
| #define lcorolib_c |
| #define LUA_LIB |
| LUAMOD_API int luaopen_coroutine | ( | lua_State * | L | ) |
1.8.18