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

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

#endif