#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | SUCCESS 0 |
| #define | FAILURE 1 |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | WARN(format, args...) |
| #define | ERROR(format, args...) (WARN(format, ## args), FAILURE) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Value: fprintf(stderr, "[%s:%d %s()] " format "\n", \ __FILE__, __LINE__, __func__, ## args) |
1.4.4