Wiki Page Content

Revision 1 as of 2011-03-13 00:44:35

Clear message

DRAFT

SDL_GetRevisionNumber

Use this function to get the revision number of SDL that is linked against your program.

Syntax

int SDL_GetRevisionNumber(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

Returns a number uniquely identifying the exact revision of the SDL library in use. It is an incrementing number based on commits to hg.libsdl.org.


CategoryAPI, CategoryVersion

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