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