mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
13 lines
147 B
C
13 lines
147 B
C
#ifndef BITLIB
|
|
#define BITLIB
|
|
|
|
#define BITLIBNAME "bit"
|
|
|
|
#include "lauxlib.h"
|
|
#include "lua.h"
|
|
|
|
LUALIB_API int luaopen_bit(lua_State *L);
|
|
|
|
#endif
|
|
|