---------------------------------------------------------------------------- */
| 35 | |
| 36 | /* ---------------------------------------------------------------------------- */ |
| 37 | inline static void print_error(const char* msg) { |
| 38 | printf("ERROR: %s\n", msg); |
| 39 | } |
| 40 | |
| 41 | #define NEW_LINE "\n" |
| 42 | #define DOUBLE_NEW_LINE NEW_LINE NEW_LINE |