代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/398937/7908182
cpp luainterface.cpp
//--------------------------------------------------
// Desc: APIs for LUA
// Author: Artsylee
//--------------------------------------------------
#include "LuaInterface.h"
#include "Common.
www.eeworm.com/read/154878/11921042
c trace.c
/*
* trace.c -- a simple execution tracer for Lua
*/
#include
#include
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
static FILE* LOG; /* log file */
static int I=0
www.eeworm.com/read/250350/12412045
h luadebug.h
/*
** $Id: luadebug.h,v 1.17 2000/10/30 12:38:50 roberto Exp $
** Debugging API
** See Copyright Notice in lua.h
*/
#ifndef luadebug_h
#define luadebug_h
#include "lua.h"
typedef struct lua_Debug
www.eeworm.com/read/250350/12412428
h luadebug.h
/*
** $Id: luadebug.h,v 1.17 2000/10/30 12:38:50 roberto Exp $
** Debugging API
** See Copyright Notice in lua.h
*/
#ifndef luadebug_h
#define luadebug_h
#include "lua.h"
typedef struct lua_Debug
www.eeworm.com/read/250350/12412652
h luadebug.h
/*
** $Id: luadebug.h,v 1.17 2000/10/30 12:38:50 roberto Exp $
** Debugging API
** See Copyright Notice in lua.h
*/
#ifndef luadebug_h
#define luadebug_h
#include "lua.h"
typedef struct lua_Debug
www.eeworm.com/read/293945/8261234
txt 如何写出专业的c头文件.txt
1>,license Agreement
license Agreement应该加在每个头文件的顶部.
Lua Sample:
/*
** $Id: lua.h,v 1.175b 2003/03/18 12:31:39 roberto Exp $
** Lua - An Extensible Extension Language
** Tecgraf: Computer Gr
www.eeworm.com/read/105158/15677002
c trace.c
/*
* trace.c -- a simple execution tracer for Lua
*/
#include
#include
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
static FILE* LOG; /* log file */
static int I=0
www.eeworm.com/read/278865/7128441
cpp luaavg.cpp
#include
extern "C" {
#include
#include
#include
}
/* the Lua interpreter */
lua_State* L;
static int average(lua_State *L)
{
/* get number
www.eeworm.com/read/154878/11921039
c saconfig.c
/* sa-config.c -- configuration for stand-alone Lua interpreter
*
* #define LUA_USERCONFIG to this file
*
* Here are the features that can be customized using #define:
*
*** Line edit and history:
*