2 ** Lua BitOp -- a bit operations library for Lua 5.1/5.2.
3 ** http://bitop.luajit.org/
5 ** Copyright (C) 2008-2012 Mike Pall. All rights reserved.
7 ** SPDX-License-Identifier: MIT
14 extern int luaopen_bit(lua_State
*L
);
16 #endif /* _LUA_BITOP_H */