2 * Sherlock Library -- Assertions
4 * (c) 2003 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
16 assert_failed(char *assertion, char *file, int line)
18 die("Assertion `%s' failed at %s:%d", assertion, file, line);
25 die("Internal error: Assertion failed.");