__librel()

The __librel() function retrieves the XL C/C++ runtime library release level. The value returned by __librel() can be tested to determine if you can use new or extended functions that are available in a particular release. For example, snprintf(), dlopen(), and __superkill() are functions available in a particular release. Before using any of these functions, you can test the Language Environment version to make sure you are running on the release of Language Environment that supports them. See z/OS XL C/C++ Runtime Library Reference for more information on the __librel() function.