summaryrefslogtreecommitdiff
path: root/cc.h
blob: 2b122a7ad82aa54c01b1e8d7dccfeee31e016ded (plain)
1
2
3
4
5
6
7
#ifndef CC_H
#define CC_H
#include <stdint.h>

void error(const char *file, uintmax_t line, const char *fmt, ...);

#endif