mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
8 lines
147 B
C
8 lines
147 B
C
|
#ifndef _DEBUG_PRINTF_H_
|
||
|
#define _DEBUG_PRINTF_H_
|
||
|
|
||
|
void debug_printf(const char *fmt, ...);
|
||
|
void error_debug_printf(const char *fmt, ...);
|
||
|
|
||
|
#endif
|