dl
compat-5.3.h 文件参考
#include <stddef.h>
#include <limits.h>
#include <string.h>
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>

浏览该文件的源代码.

宏定义

#define COMPAT53_PREFIX   kp_compat53
 
#define COMPAT53_API   extern
 
#define COMPAT53_CONCAT_HELPER(a, b)
 
#define COMPAT53_CONCAT(a, b)
 
#define LUA_KFUNCTION(_name)
 

宏定义说明

◆ COMPAT53_API

#define COMPAT53_API   extern

在文件 compat-5.3.h34 行定义.

◆ COMPAT53_CONCAT

#define COMPAT53_CONCAT ( a,
b )
值:
#define COMPAT53_CONCAT_HELPER(a, b)

在文件 compat-5.3.h40 行定义.

◆ COMPAT53_CONCAT_HELPER

#define COMPAT53_CONCAT_HELPER ( a,
b )
值:
a##b

在文件 compat-5.3.h39 行定义.

◆ COMPAT53_PREFIX

#define COMPAT53_PREFIX   kp_compat53

在文件 compat-5.3.h22 行定义.

◆ LUA_KFUNCTION

#define LUA_KFUNCTION ( _name)
值:
static int (_name)(lua_State *L, int status, lua_KContext ctx)

在文件 compat-5.3.h413 行定义.