mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-11 06:05:48 +00:00
8 lines
116 B
C
8 lines
116 B
C
#ifndef PM3_BITLIB
|
|
#define PM3_BITLIB
|
|
|
|
#include <lua.h>
|
|
int set_bit_library(lua_State *L);
|
|
|
|
#endif /* PM3_BITLIB */
|