mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-17 06:17:35 +00:00
6 lines
132 B
C
6 lines
132 B
C
|
/* For debugging general purposes */
|
||
|
|
||
|
extern int verbose;
|
||
|
|
||
|
int eprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|