DRAFT |
SDL_GetPlatform
Use this function to get the name of the platform.
Syntax
const char* SDL_GetPlatform (void)
Return Value
Returns the name of the platform. What if there is an error? Is that possible?
Code Examples
You can add your code example here
Remarks
Try to get a standard set of platform defines.
Does this comment and all the code-looking stuff below it in the header belong on this page?
You can add useful comments here

