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