Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
lua_bitop.h File Reference

Go to the source code of this file.

Functions

int luaopen_bit (lua_State *L)
 Open the bit library in Lua.
 

Detailed Description

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

Function Documentation

◆ luaopen_bit()

int luaopen_bit ( lua_State *  L)
extern

Open the bit library in Lua.

This function is called to load and initialize the bit library into a Lua state.

Parameters
LThe Lua state to which the bit library will be loaded.
Returns
The number of values pushed onto the stack (1).