summaryrefslogtreecommitdiffstats
path: root/epan/wslua/lua_bitop.h
blob: 17c242db62f0e327c2f285fb0dae8520feca9e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** @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 */