Query: sdl::version
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pods::SDL::Version(3pm) User Contributed Perl Documentation pods::SDL::Version(3pm)NAMESDL::Version - SDL Bindings for structure SDL_VersionCATEGORYCore, StructureSYNOPSISuse SDL; use SDL::Version; # print compile-time version printf("SDL::version is %d.%d.%d ", SDL::version->major, SDL::version->minor, SDL::version->patch); # print linked version printf("SDL::linked_version is %d.%d.%d ", SDL::linked_version->major, SDL::linked_version->minor, SDL::linked_version->patch);DESCRIPTIONThe "SDL::Version" structure is used by the "SDL::linked_version" function and the "SDL::version" macro. The "SDL::linked_version" function returns the link-time SDL version whereas "SDL::version" returns the compile-time SDL version. Note: This is the SDL version, not the SDL_Perl version. The SDL_Perl version is in $SDL::VERSION.METHODSmajor Returns the major version number. minor Returns the minor version number. patch Returns the patch version number.AUTHORSSee "AUTHORS" in SDL. perl v5.14.2 2012-05-28 pods::SDL::Version(3pm)
Related Man Pages |
---|
sdl::deprecated(3pm) - debian |
sdl::mpeg(3pm) - debian |
sdl::mixer::samples(3pm) - debian |
sdl::mouse(3pm) - debian |
sdl::time(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Weird 'find' results |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |