#include <stdio.h>
Go to the source code of this file.
|
#define | CARLSIM_ERROR(where, what) fprintf(stderr, "\033[31;1m[USER ERROR %s] %s\033[0m\n", where, what) |
|
#define | CARLSIM_INFO(where, what) fprintf(stdout, "\033[%s] %s\n", where, what) |
|
#define | CARLSIM_WARN(where, what) fprintf(stderr, "\033[33;1m[USER WARNING %s] %s\033[0m\n", where, what) |
|
◆ CARLSIM_ERROR
#define CARLSIM_ERROR |
( |
|
where, |
|
|
|
what |
|
) |
| fprintf(stderr, "\033[31;1m[USER ERROR %s] %s\033[0m\n", where, what) |
◆ CARLSIM_INFO
#define CARLSIM_INFO |
( |
|
where, |
|
|
|
what |
|
) |
| fprintf(stdout, "\033[%s] %s\n", where, what) |
◆ CARLSIM_WARN
#define CARLSIM_WARN |
( |
|
where, |
|
|
|
what |
|
) |
| fprintf(stderr, "\033[33;1m[USER WARNING %s] %s\033[0m\n", where, what) |