Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack
This commit is contained in:
7
client/pm3_binlib.h
Normal file
7
client/pm3_binlib.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef PM3_BINLIB
|
||||
#define PM3_BINLIB
|
||||
|
||||
#include <lua.h>
|
||||
int set_bin_library (lua_State *L);
|
||||
|
||||
#endif /* PM3_BINLIB */
|
||||
Reference in New Issue
Block a user