summaryrefslogtreecommitdiff
path: root/ccc.h
blob: 36f80f9c772fc61726712c278934f65b45404756 (plain)
1
2
3
4
5
6
7
#ifndef CCC_H
#define CCC_H

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


#endif