Lua 5.1.4: lapi.h


L0001    /*
L0002    ** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $
L0003    ** Auxiliary functions from Lua API
L0004    ** See Copyright Notice in lua.h
L0005    */
L0006    
L0007    #ifndef lapi_h
L0008    #define lapi_h
L0009    
L0010    
L0011    #include "lobject.h"
L0012    
L0013    
L0014    LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
L0015    
L0016    #endif

Generated by pretty.lua