Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-03-31 16:09:58
Size: 629
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver)
Revision 2 as of 2010-09-23 20:17:39
Size: 628
Editor: SheenaSmith
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


CategoryAPI, CategoryCPU

None: SDL_GetCPUCount (last edited 2016-11-28 21:40:11 by PhilippWiesemann)

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