Wireshark  4.3.0
The Wireshark network protocol analyzer
lua_bitop.h
Go to the documentation of this file.
1 
11 #ifndef _LUA_BITOP_H
12 #define _LUA_BITOP_H
13 
14 extern int luaopen_bit(lua_State *L);
15 
16 #endif /* _LUA_BITOP_H */