lua.h
上传用户:yisoukefu
上传日期:2020-08-09
资源大小:39506k
文件大小:11k
- /*
- ** $Id: lua.h,v 1.216 2006/01/10 12:50:13 roberto Exp $
- ** Lua - An Extensible Extension Language
- ** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
- ** See Copyright Notice at the end of this file
- */
- #ifndef lua_h
- #define lua_h
- #include <stdarg.h>
- #include <stddef.h>
- #include "luaconf.h"
- #define LUA_VERSION "Lua 5.1"
- #define LUA_VERSION_NUM 501
- #define LUA_COPYRIGHT "Copyright (C) 1994-2006 Lua.org, PUC-Rio"
- #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
- /* mark for precompiled code (`<esc>Lua') */
- #define LUA_SIGNATURE "