#pragma section-numbers off #pragma disable-camelcase = SDL_GetRevision = Use this function to get the code revision of SDL that is linked against your program. <> == Syntax == {{{#!highlight cpp const char* SDL_GetRevision(void) }}} == Return Value == Returns an arbitrary string, uniquely identifying the exact revision of the SDL library in use. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == <> This value is the revision of the code you are linked with and may be different from the code you are compiling with, which is found in the constant [[SDL_REVISION]]. == Related Functions == .[[SDL_GetVersion]] ---- [[CategoryAPI]], [[CategoryVersion]]