DRAFT |
SDL_GetCPUCount
Use this function to return the number of CPU cores available.
Syntax
int SDL_GetCPUCount(void)
Return Value
Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here