代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/419627/10852923
c loslib.c
/*
** $Id: loslib.c,v 1.17 2006/01/27 13:54:31 roberto Exp $
** Standard Operating System library
** See Copyright Notice in lua.h
*/
#ifdef UNDER_CE
//self defined header file for CE
#include "err
www.eeworm.com/read/419627/10852929
c loadlib.c
/*
** $Id: loadlib.c,v 1.51 2005/12/29 15:32:11 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix system
www.eeworm.com/read/458000/7314435
c ldo.c
/*
** $Id: ldo.c,v 2.38.1.3 2008/01/18 22:31:22 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#include
#include
#include
#def
www.eeworm.com/read/458000/7314439
mak config.mak
SFX = 5.1
LIBNAME = lua$(SFX)
SRC = lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c lmem.c \
lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c ltm.c \
lundump.c lvm.c lzio.c \
www.eeworm.com/read/458000/7314448
c liolib.c
/*
** $Id: liolib.c,v 2.73.1.3 2008/01/18 17:47:43 roberto Exp $
** Standard I/O (and system) library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#i
www.eeworm.com/read/458000/7314462
c ldebug.c
/*
** $Id: ldebug.c,v 2.29.1.3 2007/12/28 15:32:23 roberto Exp $
** Debug Interface
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define ldebug_c
www.eeworm.com/read/458000/7314470
c loslib.c
/*
** $Id: loslib.c,v 1.19.1.3 2008/01/18 16:38:18 roberto Exp $
** Standard Operating System library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#
www.eeworm.com/read/458000/7314471
c loadlib.c
/*
** $Id: loadlib.c,v 1.52.1.2 2007/12/28 14:58:43 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix sy
www.eeworm.com/read/458000/7314475
mak wlua.mak
SFX = 5.1
APPNAME = wlua$(SFX)
SRC = lua.c wmain.c
include lua_conf.inc
APPTYPE = windows
www.eeworm.com/read/450121/7490267
diffs
Only in /cygdrive/d/prestudy/lua-5.1Submit/src: errno.h
diff -E -b -B -r /cygdrive/d/prestudy/lua-5.1Submit/src/lauxlib.c /cygdrive/d/prestudy/lua-5.1Original/lua-5.1/src/lauxlib.c
9d8
< #ifndef _WIN3