2 * transsip - the telephony toolkit
3 * By Daniel Borkmann <daniel@transsip.org>
4 * Copyright 2011, 2012 Daniel Borkmann <dborkma@tik.ee.ethz.ch>
5 * Subject to the GPL, version 2.
18 static inline void die(void)
23 static inline void panic(char *msg
, ...)
28 vfprintf(stderr
, msg
, vl
);
36 static inline void whine(char *msg
, ...)
41 vfprintf(stderr
, msg
, vl
);