]> jfr.im git - irc/quakenet/newserv.git/blame - lib/ccassert.h
A4STATS: remove E style escapes and switch to createtable for indices
[irc/quakenet/newserv.git] / lib / ccassert.h
CommitLineData
92acf9ae
CP
1#ifndef __CCASSERT_H
2#define __CCASSERT_H
3
4#define CCASSERT(predicate) typedef char compile_time_constraint_violated[2*((predicate)!=0)-1];
5
6#endif