lapi.h

Go to the documentation of this file.
00001 /*
00002 ** $Id: lapi.h,v 1.1 2008/10/10 11:52:25 haraldkipp Exp $
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

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/