Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
lua_bitop.h
Go to the documentation of this file.
1
11#ifndef _LUA_BITOP_H
12#define _LUA_BITOP_H
13
22extern int luaopen_bit(lua_State *L);
23
24#endif /* _LUA_BITOP_H */
int luaopen_bit(lua_State *L)
Open the bit library in Lua.
Definition lua_bitop.c:138