Wiki Page Content

Revision 2 as of 2010-09-23 20:17:39

Clear message

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


CategoryAPI, CategoryCPU

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit