|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| int | luaopen_bit (lua_State *L) |
| Open the bit library in Lua. | |
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
|
extern |
Open the bit library in Lua.
This function is called to load and initialize the bit library into a Lua state.
| L | The Lua state to which the bit library will be loaded. |