Created
April 28, 2017 19:12
-
-
Save bsansouci/5175896a120aec2fe2954168e10d44e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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