mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 10:44:51 +08:00
tune
This commit is contained in:
@@ -2347,6 +2347,7 @@ int init_minigui_printf (int (*output_char) (int ch),
|
||||
#define _ERR_PRINTF(fmt, ...) \
|
||||
do { \
|
||||
TCS_RED (stderr); \
|
||||
fprintf (stderr, "%s: ", __FUNCTION__); \
|
||||
fprintf (stderr, fmt, ##__VA_ARGS__); \
|
||||
TCS_NONE (stderr); \
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user