lua.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:11k
- /*
- ** $Id: lua.h,v 1.3 2007-05-24 23:45:56 dirkpitt2050 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_RELEASE "Lua 5.1.2"
- #define LUA_VERSION_NUM 501
- #define LUA_COPYRIGHT "Copyright (C) 1994-2007 Lua.org, PUC-Rio"
- #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
- /* mark for precompiled code (`<esc>Lua') */
- #define LUA_SIGNATURE "