KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
library-dependence.h File Reference
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef int(* library_test_func_t) (int arg)
 
typedef void(* library_test_func2_t) (const char *arg)
 

Functions

int library_test_func (int arg)
 Exported test functions.
 
void library_test_func2 (const char *arg)
 

Typedef Documentation

◆ library_test_func2_t

typedef void(* library_test_func2_t) (const char *arg)

◆ library_test_func_t

typedef int(* library_test_func_t) (int arg)

Function Documentation

◆ library_test_func()

int library_test_func ( int arg)

Exported test functions.

References DBG_INFO, dbglog, and lib_get_name().

Referenced by lib_open(), and main().

◆ library_test_func2()

void library_test_func2 ( const char * arg)

References DBG_INFO, dbglog, and lib_get_name().

Referenced by lib_open(), and main().