#pragma section-numbers off #pragma disable-camelcase = SDL_GetPlatform = Use this function to get the name of the platform. <> == Syntax == {{{#!highlight cpp const char* SDL_GetPlatform(void) }}} == Return Value == Returns the name of the platform. If the correct platform name is not available, returns a string beginning with the text "Unknown". == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == Here are the names returned for some supported platforms: * Windows * Mac OS X * Linux * iOS * Android ---- [[CategoryAPI]], [[CategoryPlatform]]