Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
dsp_debug.h
Go to the documentation of this file.
1#ifndef DSP_DEBUG_H
2#define DSP_DEBUG_H
3
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9void __DSP_debug_printf(const char* fmt, ...);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif /* DSP_DEBUG_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
void __DSP_debug_printf(const char *fmt,...)
Definition dsp_debug.c:4