Searched refs:SDL_strtoull (Results 1 – 4 of 4) sorted by relevance
493 #define SDL_strtoull strtoull macro495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
545 SDL_Window = (HWND)SDL_strtoull(windowid, NULL, 0); in DIB_CreateWindow()
868 SDL_Window = (HWND)SDL_strtoull(windowid, NULL, 0); in DX5_CreateWindow()
629 Uint64 SDL_strtoull(const char *string, char **endp, int base) in SDL_strtoull() function