1
2#ifndef LUA53_LUTF8LIB_H
3#define LUA53_LUTF8LIB_H
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9#include "lua.h"
10
11LUALIB_API int luaopen_luautf8(lua_State *L);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif /* LUA53_LUTF8LIB_H */
18