#ifndef CCC_H #define CCC_H #define CCC_PANIC { perror("ccc"); exit(1); } #endif