|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <stdint.h>#include <string.h>#include <kos/dbglog.h>#include <kos/library.h>#include <kos/exports.h>#include <kos/version.h>#include <kos/md5.h>#include "library-dependence.h"Functions | |
| const char * | lib_get_name () |
| uint32_t | lib_get_version () |
| int | lib_open (klibrary_t *lib) |
| int | lib_close (klibrary_t *lib) |
| int lib_close | ( | klibrary_t * | lib | ) |
References DBG_INFO, dbglog, and lib_get_name().
| const char * lib_get_name | ( | ) |
Referenced by lib_close(), and lib_open().
| uint32_t lib_get_version | ( | ) |
References KOS_VERSION_MAKE.
| int lib_open | ( | klibrary_t * | lib | ) |
References DBG_INFO, dbglog, kos_md5(), lib_get_name(), library_test_func(), and library_test_func2().