KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
library-dependent.c File Reference
#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)
 

Function Documentation

◆ lib_close()

int lib_close ( klibrary_t * lib)

References DBG_INFO, dbglog, and lib_get_name().

◆ lib_get_name()

const char * lib_get_name ( )

Referenced by lib_close(), and lib_open().

◆ lib_get_version()

uint32_t lib_get_version ( )

References KOS_VERSION_MAKE.

◆ lib_open()