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