#include "common.h"#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include "machine.h"#include "bu.h"Include dependency graph for bomb.c:

Go to the source code of this file.
Functions | |
| void | bu_bomb (const char *str) |
| Abort the program with a message. | |
Variables | |
| bu_hook_list | bu_bomb_hook_list |
| int | bu_setjmp_valid = 0 |
| !0 = bu_jmpbuf is valid | |
| jmp_buf | bu_jmpbuf |
| for BU_SETJMP() | |
Definition in file bomb.c.
1.4.6