2 * transsip - the telephony network
3 * By Daniel Borkmann <daniel@transsip.org>
4 * Copyright 2011, 2012 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,
5 * Swiss federal institute of technology (ETH Zurich)
6 * Subject to the GPL, version 2.
19 static inline void die(void)
24 static inline void panic(char *msg
, ...)
28 vfprintf(stderr
, msg
, vl
);
34 static inline void whine(char *msg
, ...)
38 vfprintf(stderr
, msg
, vl
);