Getting Version Information (lkt_devkit_version)
This function returns a string lpar with id LPAR_STR_DEVKITINFO. The lpar value is a printable string giving version numbers and compilation information for this version of the DevKit.
lpar_t lkt_devkit_version( void );
The output of this function should be destroyed with a call to lpar_destroy when you're finished with it.