Skip to content

Instantly share code, notes, and snippets.

@bsansouci
Created April 28, 2017 19:12
Show Gist options
  • Save bsansouci/5175896a120aec2fe2954168e10d44e8 to your computer and use it in GitHub Desktop.
Save bsansouci/5175896a120aec2fe2954168e10d44e8 to your computer and use it in GitHub Desktop.
value _11_SDL_SetHint(value x36, value x35)
{
char* x37 = CTYPES_ADDR_OF_FATPTR(x36);
char* x38 = CTYPES_ADDR_OF_FATPTR(x35);
int x39 = SDL_SetHint(x37, x38);
return Val_long(x39);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment