rpm  4.5
lapi.h
Go to the documentation of this file.
1 /*
2 ** $Id: lapi.h,v 1.1 2004/03/16 21:58:30 niemeyer Exp $
3 ** Auxiliary functions from Lua API
4 ** See Copyright Notice in lua.h
5 */
6 
7 #ifndef lapi_h
8 #define lapi_h
9 
10 
11 #include "lobject.h"
12 
13 
14 void luaA_pushobject (lua_State *L, const TObject *o)
15  /*@modifies L @*/;
16 
17 #endif