textual
[RRG-proxmark3.git] / client / src / pm3_bitlib.h
blob4e4ccfa9828e49894ec34532828581d149146772
1 #ifndef PM3_BITLIB
2 #define PM3_BITLIB
4 #include <lua.h>
5 int set_bit_library(lua_State *L);
7 #endif /* PM3_BITLIB */