|
⇤ ← Revision 1 as of 2010-03-31 16:09:58
Size: 629
Comment: create page, add content (Wed Mar 10 ver)
|
Size: 628
Comment: correct typo
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| Returns 0 on success, or a negative error code on failure; call [[SDL_GetError]]() for more information. | Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. |
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
