|
YAC 3.18.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>

Go to the source code of this file.
Macros | |
| #define | PUT_ERR(string) err_count__++, fputs((string "\n"), stderr); |
| #define | PUT_ERR_F(fmt, ...) err_count__++, fprintf(stderr, fmt "\n", ##__VA_ARGS__); |
| #define | INC_ERR (err_count__++) |
| #define | TEST_EXIT_CODE ((!err_count__)?EXIT_SUCCESS:EXIT_FAILURE) |
| #define | EXIT_SKIP_TEST (77) |
Variables | |
| unsigned | err_count__ |
| #define INC_ERR (err_count__++) |
| #define PUT_ERR | ( | string | ) | err_count__++, fputs((string "\n"), stderr); |
| #define PUT_ERR_F | ( | fmt, | |
| ... ) err_count__++, fprintf(stderr, fmt "\n", ##__VA_ARGS__); |
| #define TEST_EXIT_CODE ((!err_count__)?EXIT_SUCCESS:EXIT_FAILURE) |