Nut/OS  4.10.3
API Reference
lapi.h
Go to the documentation of this file.
00001 /*
00002 ** $Id: lapi.h 2345 2008-10-10 11:52:25Z haraldkipp $
00003 ** Auxiliary functions from Lua API
00004 ** See Copyright Notice in lua.h
00005 */
00006 
00007 #ifndef lapi_h
00008 #define lapi_h
00009 
00010 
00011 #include <lua/lobject.h>
00012 
00013 
00014 LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
00015 
00016 #endif