]> jfr.im git - irc/quakenet/newserv.git/blame_incremental - lib/ccassert.h
TRUSTS: require sqlite
[irc/quakenet/newserv.git] / lib / ccassert.h
... / ...
CommitLineData
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