KallistiOS git master
Independent SDK for the Sega Dreamcast
|
KOS banner, license, and authors More...
Functions | |
const char * | kos_get_banner (void) |
Retrieve the banner printed at program initialization. | |
const char * | kos_get_license (void) |
Retrieve the license information for the compiled copy of KOS. | |
const char * | kos_get_authors (void) |
Retrieve a list of authors and the dates of their contributions. | |
KOS banner, license, and authors
This API can be used to query for and display information on KOS, its license, and its authors at runtime.
const char * kos_get_authors | ( | void | ) |
Retrieve a list of authors and the dates of their contributions.
This function retrieves the copyright information for the version of KOS in use. This function can be used to add such information to the credits of programs using KOS to give the appropriate credit to those that have worked on KOS.
const char * kos_get_banner | ( | void | ) |
Retrieve the banner printed at program initialization.
This function retrieves the banner string that is printed at initialization time by the kernel. This contains the version of KOS in use and basic information about the environment in which it was compiled.
const char * kos_get_license | ( | void | ) |
Retrieve the license information for the compiled copy of KOS.
This function retrieves a string containing the license terms that the version of KOS in use is distributed under. This can be used to easily add information to your program to be displayed at runtime.