|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#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 void(* library_test_func2_t) (const char *arg) |
| typedef int(* library_test_func_t) (int arg) |
| int library_test_func | ( | int | arg | ) |
Exported test functions.
References DBG_INFO, dbglog, and lib_get_name().
Referenced by lib_open(), and main().
| void library_test_func2 | ( | const char * | arg | ) |
References DBG_INFO, dbglog, and lib_get_name().
Referenced by lib_open(), and main().