Skip to content

Instantly share code, notes, and snippets.

@rrichardson
Created September 15, 2015 23:27
Show Gist options
  • Save rrichardson/e9110673a7692cb32734 to your computer and use it in GitHub Desktop.
Save rrichardson/e9110673a7692cb32734 to your computer and use it in GitHub Desktop.
...
else if (LUA_TNUMBER == type) {
union horrible_hack hack;
hack.dbl = lua_tonumber(L, 1);
buffer = hack.ptr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment