Go to the documentation of this file.
17 #ifndef _SPP_MACROS_H_
18 #define _SPP_MACROS_H_
20 #define OPEN_WRITE_ERROR(x) \
22 (void) fprintf(stderr, \
23 "ERROR: Could not open file %s for writing!\n", x ); \
27 #define OPEN_READ_ERROR(x) \
29 (void) fprintf(stderr, \
30 "ERROR: Could not open file %s for reading!\n", x ); \
36 (void) fprintf(stderr, \
37 "pp_read_input : Problem while reading input file\n"); \