mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
7 lines
116 B
C
7 lines
116 B
C
#ifndef PM3_BINLIB
|
|
#define PM3_BINLIB
|
|
|
|
#include <lua.h>
|
|
int set_bin_library(lua_State *L);
|
|
|
|
#endif /* PM3_BINLIB */
|