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

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

#endif