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
parent 3510cdff4b
commit f057bddb70
7 changed files with 390 additions and 5 deletions

View file

@ -18,6 +18,6 @@
* @param L
*/
void set_pm3_libraries(lua_State *L);
int set_pm3_libraries(lua_State *L);
#endif