comparison src/ploki/zz.h @ 4223:ac0403686959

<oerjan> rm -rf src/ploki; mv ploki src
author HackBot
date Fri, 20 Dec 2013 22:18:50 +0000
parents
children
comparison
equal deleted inserted replaced
4222:b0f3e267bb1e 4223:ac0403686959
1 #ifndef ZZ_H_
2 #define ZZ_H_
3
4 #include "config.h"
5
6 ATTR_NORETURN
7 void omgwtf_this_cant_be_happening(const char *, unsigned long);
8
9 #define NOTREACHED omgwtf_this_cant_be_happening(__FILE__, __LINE__)
10
11 #endif /* ZZ_H_ */