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:
martin.holst@gmail.com 2013-05-26 20:05:13 +00:00
commit f057bddb70
7 changed files with 390 additions and 5 deletions

7
client/pm3_binlib.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef PM3_BINLIB
#define PM3_BINLIB
#include <lua.h>
int set_bin_library (lua_State *L);
#endif /* PM3_BINLIB */