gwion-util
utilities for the Gwion project
|
thread-safe console output More...
Go to the source code of this file.
Macros | |
#define | gw_err(...) tcol_fprintf(stderr, __VA_ARGS__) |
similar to fprintf(stderr, fmt, ...) | |
#define | gw_out(...) tcol_fprintf(stdout, __VA_ARGS__) |
similar to fprintf(stdout, fmt, ...) | |
thread-safe console output
Definition in file err_msg.h.
#define gw_err | ( | ... | ) | tcol_fprintf(stderr, __VA_ARGS__) |
#define gw_out | ( | ... | ) | tcol_fprintf(stdout, __VA_ARGS__) |