shithub: sox

ref: e1e358ec2c84ac0e6cecf5b1a91e583d9a1b0860
dir: /lua/src/lapi.h/

View raw version
/*
** $Id: lapi.h,v 1.1 2006/12/23 01:55:11 rrt Exp $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/

#ifndef lapi_h
#define lapi_h


#include "lobject.h"


LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);

#endif