Prototypes | |
int | main (int argc, char *argv[]) |
Go to the source code of this file.
Macros | |
#define | FAILURE(...) do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0) |
#define FAILURE | ( | ... | ) | do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0) |