b64.h

changeset 0
3ebc0316f54f
equal deleted inserted replaced
-1:000000000000 0:3ebc0316f54f
1 #include <lua.h>
2
3 int frombase64(lua_State *, const unsigned char *, unsigned int);
4 int tobase64(lua_State *, int);

mercurial